Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix condition
  • Loading branch information
asbiin committed Jan 10, 2018
commit ef56f55b52e17b39e0bfab21dc8cb87de5909298
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ script:
- php artisan migrate --env=testing --no-interaction -vvv
- php artisan db:seed --env=testing --no-interaction -vvv
- vendor/bin/phpunit --log-junit junit.xml --coverage-clover clover.xml
- test "$TRAVIS_PHP_VERSION" == "7.1" && ./travis-sonar.sh
- if [ "$TRAVIS_PHP_VERSION" == "7.1" ]; then ./travis-sonar.sh; fi

cache:
directories:
Expand Down