Skip to content

Commit

Permalink
Use correct Travis sections
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed May 12, 2014
1 parent 03e7b2b commit 547a7cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ php:
- 5.6
- hhvm

before_script:
- composer self-update
before_install:
- composer self-update --no-interaction

install:
- composer install --no-interaction --prefer-source --dev

script: vendor/bin/phpunit

0 comments on commit 547a7cb

Please sign in to comment.