Skip to content

Commit

Permalink
Tests on PHP 5.6 too
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Crozat committed Sep 26, 2016
1 parent eab913d commit a4ee1b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: php

php:
- 5.6
- 7.0

script:
before_script:
- composer install

script:
- phpunit

0 comments on commit a4ee1b5

Please sign in to comment.