Skip to content

Commit

Permalink
checking php7.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
NinoSkopac authored May 2, 2018
1 parent fca0eff commit d98ca14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: php
php:
- 7.0
- 7.1
- 7.2
- hhvm
Expand All @@ -9,4 +10,4 @@ matrix:
allow_failures:
- php: hhvm
- php: nightly
script: "composer install && phpunit tests && php example.php"
script: "composer install && phpunit tests && php example.php"

0 comments on commit d98ca14

Please sign in to comment.