Skip to content

Commit

Permalink
設定ミス修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mapserver2007 committed Aug 21, 2016
1 parent 5418dc3 commit 1900f5b
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:
- mkdir -p build/logs

script:
- docker run -v /home/travis/build/webstream-framework/Container:/workspace/ webstream/module-container -e CODE_CLIMATE_TOKEN=$CODE_CLIMATE_TOKEN vendor/bin/phpunit --configuration phpunit.xml
- docker run -e CODE_CLIMATE_TOKEN=$CODE_CLIMATE_TOKEN -v /home/travis/build/webstream-framework/Container:/workspace/ webstream/module-container vendor/bin/phpunit --configuration phpunit.xml

after_script:
- vendor/bin/test-reporter
Expand Down

0 comments on commit 1900f5b

Please sign in to comment.