Skip to content

Commit

Permalink
Optimize .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Apr 10, 2015
1 parent 32d47da commit b8dc3ea
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ php:
- 7.0
- hhvm

before_script:
before_install:
- composer self-update
- composer install --dev --prefer-source

script: phpunit --coverage-text
install:
- composer install --prefer-source

script:
- phpunit -v --coverage-text

0 comments on commit b8dc3ea

Please sign in to comment.