Skip to content

Commit

Permalink
Passed Travis Env Variable in docker-compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant-jain-94 committed Mar 7, 2018
1 parent c1f7e05 commit bfb1aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_script:
- yarn install
- zip -qr keep-server.zip . -x *.git*
script:
- docker-compose run -e CI=true -e TRAVIS_JOB_ID=$TRAVIS_JOB_ID webapp_test
- docker-compose run -e TRAVIS=$TRAVIS -e CI=true -e TRAVIS_JOB_ID=$TRAVIS_JOB_ID webapp_test
deploy:
provider: releases
api_key: ${GITHUB_OAUTH_TOKEN}
Expand Down

0 comments on commit bfb1aa6

Please sign in to comment.