Skip to content

Commit

Permalink
Added missing --dev flag for Travis CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrainbow committed Jul 22, 2012
1 parent 1d9f7f5 commit 2d31a27
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 @@ -6,7 +6,7 @@ php:

before_script:
- wget --quiet http://getcomposer.org/composer.phar
- php composer.phar install
- php composer.phar install --dev
- cp phpunit.xml.dist phpunit.xml

script: phpunit

0 comments on commit 2d31a27

Please sign in to comment.