Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
drolean committed Jan 31, 2018
1 parent eeabfc4 commit 572429a
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
language: php

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

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
matrix:
allow_failures:
- php: 7.2

script: phpunit
before_script:
- composer self-update
- composer install --no-interaction

script:
- vendor/bin/phpunit

0 comments on commit 572429a

Please sign in to comment.