Skip to content

Commit

Permalink
Merge pull request #110 from clue-labs/travis
Browse files Browse the repository at this point in the history
Lock Travis distro so new defaults will not break the build
  • Loading branch information
WyriHaximus authored Aug 4, 2017
2 parents c98d8b7 + bbbdcd5 commit 87f4717
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
language: php

php:
- 5.3
# - 5.3 # requires old distro, see below
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- nightly
- hhvm
- nightly # ignore errors, see below
- hhvm # ignore errors, see below

# lock distro so new future defaults will not break the build
dist: trusty

matrix:
include:
- php: 5.3
dist: precise
allow_failures:
- php: nightly
- php: hhvm

install:
- composer install --prefer-source
- composer install --no-interaction

script:
- vendor/bin/phpunit --coverage-text
Expand Down

0 comments on commit 87f4717

Please sign in to comment.