Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aslubsky committed Jul 21, 2015
1 parent 3177922 commit b053a12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -4,6 +4,7 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6

env:
- APPLICATION_ENV="testing" DB="mysql" DB_USERNAME="root"
Expand All @@ -18,4 +19,4 @@ script:
- phpunit --configuration phpunit.xml.dist

after_script:
- php vendor/bin/coveralls -v
- php vendor/bin/coveralls -v

0 comments on commit b053a12

Please sign in to comment.