Skip to content

Commit

Permalink
Travis improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jul 26, 2014
1 parent 017db84 commit 034aa95
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ php:
- 5.4
- 5.5
- 5.6
- hhvm

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev

script: phpunit
script:
- vendor/bin/phpunit --verbose

0 comments on commit 034aa95

Please sign in to comment.