Skip to content

Commit 179035b

Browse files
author
wimo7083
committed
lets try some parenthesis
1 parent 8c3a64d commit 179035b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
env:
22
global:
33
- SQLALCHEMY_DATABASE_URI="sqlite:///:memory:"
4+
- IMAGE_NAME="resources-api"
5+
- DEPLOY_BRANCHES="master"
46
language: python
57
sudo: required
68
dist: xenial
@@ -11,8 +13,6 @@ services:
1113

1214
env:
1315
- DOCKER_COMPOSE_VERSION=1.22.0
14-
- IMAGE_NAME=resources-api
15-
- DEPLOY_BRANCHES="master"
1616

1717
install:
1818
- pip install pipenv

0 commit comments

Comments
 (0)