Skip to content

Commit

Permalink
Updated travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Mar 23, 2017
1 parent e1bea13 commit d32060d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
language: php
php:
- 5.5
- 5.6
- 7
- 7.1
- hhvm
sudo: false
dist: trusty
matrix:
allow_failures:
-
php: hhvm
-
php: 5.5
cache:
directories:
- $HOME/.composer/cache
Expand All @@ -19,7 +19,6 @@ before_install:
- 'wget http://hiqdev.com/hidev/hidev.phar -O hidev.phar && chmod a+x hidev.phar'
- './hidev.phar --version'
- './hidev.phar travis/before_install'
sudo: false
install:
- './hidev.phar travis/install'
script:
Expand Down

0 comments on commit d32060d

Please sign in to comment.