Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddtraceweb authored Feb 21, 2017
1 parent f070e9c commit b90515f
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
@@ -1,9 +1,11 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1

before_script:
- composer self-update
Expand All @@ -14,4 +16,4 @@ script: ./vendor/bin/phpunit -c lib/ --coverage-text
notifications:
email:
- ruben@codeforges.com
- david.djian@traceweb.fr
- david.djian@traceweb.fr

0 comments on commit b90515f

Please sign in to comment.