Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor Kotosz authored Apr 7, 2020
1 parent 1aa6c5a commit d97d241
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ language: php

sudo: false

php: [5.4, 5.5, 5.6, 7.0, hhvm]
php: [7.1, 7.2]

matrix:
fast_finish: true
allow_failures:
- php: 7.0

cache:
directories:
Expand All @@ -20,4 +18,4 @@ install:
- composer update --no-interaction --prefer-source

script:
- bin/phpspec run --no-interaction --format=pretty
- bin/phpspec run --no-interaction --format=pretty

0 comments on commit d97d241

Please sign in to comment.