Skip to content

Commit c066027

Browse files
committed
Change travis tests
1 parent 64cb562 commit c066027

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,15 @@ language: php
22
sudo: false
33

44
php:
5-
- 5.5
6-
- 5.6
75
- 7.0
8-
- hhvm
6+
- 7.1
97

108
cache:
119
directories:
1210
- $HOME/.composer/cache
1311

1412
matrix:
1513
fast_finish: true
16-
allow_failures:
17-
- php: hhvm
1814

1915
before_install:
2016
- composer selfupdate
@@ -31,9 +27,6 @@ install:
3127
- if [ "$DEPENDENCIES" == "low" ]; then composer update --prefer-lowest; fi;
3228
- composer require ramsey/uuid
3329

34-
before_script:
35-
- echo "<?php if (PHP_VERSION_ID >= 50400) echo ',@php5.4';" > php_version_tags.php
36-
3730
script:
3831
- bin/phpspec run --format=pretty
3932
#- ./vendor/bin/phpunit --testdox

0 commit comments

Comments
 (0)