Skip to content

Commit

Permalink
Merge pull request #4 from WyriHaximus-labs/PHP-5.3-tests
Browse files Browse the repository at this point in the history
Travis 5.3 tests
  • Loading branch information
WyriHaximus authored Oct 13, 2017
2 parents 8446536 + 7231d2f commit 8e41bd2
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: false

Expand Down

0 comments on commit 8e41bd2

Please sign in to comment.