Skip to content

Commit

Permalink
Merge branch 'master' of github.com:BrightFlair/PHP.Gt
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Nov 18, 2014
2 parents c23595c + c20ce1f commit 23d0c47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
language: php
php:
- 5.6
- 5.5
- 5.4
install: "./bin/install"

after_script:
- php ./vendor/bin/coveralls
- php ~/.gt/PHP.Gt/vendor/bin/coveralls

script: ./test/run
script: ~/.gt/PHP.Gt/test/run

notifications:
email:
Expand Down

0 comments on commit 23d0c47

Please sign in to comment.