Skip to content

Commit

Permalink
Merge pull request #23 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
clue authored Aug 4, 2017
2 parents 0cabbb3 + 2b0e386 commit b99f510
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
language: php

php:
- 5.3
# - 5.3 # requires old distro, see below
- 5.4
- 5.5
- 5.6
- 7
- hhvm
- 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: hhvm

sudo: true

Expand Down

0 comments on commit b99f510

Please sign in to comment.