Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Jun 17, 2017
1 parent 0e63c61 commit fd5fe41
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,34 @@
os:
- linux
- osx

language: php

php:
- 5.5
- 5.6
- 7.0
- hhvm
- hhvm-nightly
- 7.1
- 7.0snapshot
- 7.1snapshot
- master

matrix:
allow_failures:
- php: hhvm
- php: hhvm-nightly
- php: master

before_script:
- composer install --prefer-dist --dev
- phpenv rehash
before_install:
- composer self-update
- wget https://phar.io/releases/phive.phar
- wget https://phar.io/releases/phive.phar.asc
- gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys 0x9B2D5D79
- gpg --verify phive.phar.asc phive.phar
- chmod +x phive.phar
- sudo mv phive.phar /usr/bin/phive

install:
- travis_retry composer install --no-interaction --prefer-source
- phive install --trust-gpg-keys 4AA394086372C20A,2A8299CE842DD38C phpab phpunit@^5.7

script: ./tools/phpunit

notifications:
email: false

0 comments on commit fd5fe41

Please sign in to comment.