Skip to content

Commit

Permalink
Fixed Travis CI configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybaev committed Feb 2, 2019
1 parent 98a44de commit 4ddbc7b
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 @@ -11,7 +11,7 @@ before_script:
- wget -O phpunit.phar https://phar.phpunit.de/phpunit-6.5.6.phar

script:
- php phpunit.phar --configuration ./build/travis-ci.phpunit.xml
- php phpunit.phar --configuration ./phpunit.xml

notifications:
email: false

0 comments on commit 4ddbc7b

Please sign in to comment.