Skip to content

Commit

Permalink
Merge pull request #81 from VolCh/patch-1
Browse files Browse the repository at this point in the history
Update PHP versions in CI
  • Loading branch information
stecman committed Feb 10, 2018
2 parents 5a58357 + 4032a72 commit 3306629
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -2,13 +2,15 @@ language: php

matrix:
include:
- php: 5.3
- php: 5.4
- php: 5.5
env: COMPOSER_OPTS="--prefer-lowest"
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: hhvm
env: COMPOSER_OPTS="--prefer-lowest"

before_install:
- sudo apt-get update -qq
Expand All @@ -19,4 +21,4 @@ install:
- composer update $COMPOSER_OPTS

script:
- phpunit tests
- vendor/bin/phpunit

0 comments on commit 3306629

Please sign in to comment.