Skip to content

Commit

Permalink
Merge pull request #78 from andreybolonin/patch-1
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
mbonneau committed Apr 10, 2018
2 parents 5954509 + f8144cb commit 6cb895d
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
Expand Up @@ -6,6 +6,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm

dist: trusty
Expand All @@ -16,4 +17,4 @@ matrix:

before_script:
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "session.serialize_handler = php" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
- composer install --dev --prefer-source
- composer install --dev --prefer-source

0 comments on commit 6cb895d

Please sign in to comment.