Skip to content

Commit

Permalink
Merge pull request #13 from creative-commoners/pulls/1.0/travis-php7
Browse files Browse the repository at this point in the history
Add PHP7 + SS3.6 build to Travis configuration
  • Loading branch information
dhensby committed Jun 15, 2017
2 parents dd1c64e + 1509e97 commit 4ea24ec
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
# See https://github.com/silverstripe/silverstripe-travis-support for setup details

sudo: false

Expand All @@ -8,11 +8,9 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0

env:
- DB=MYSQL CORE_RELEASE=3.2
- DB=MYSQL CORE_RELEASE=3.5

matrix:
include:
Expand All @@ -22,12 +20,12 @@ matrix:
env: DB=MYSQL CORE_RELEASE=3.1
- php: 5.6
env: DB=PGSQL CORE_RELEASE=3.2
allow_failures:
- php: 7.0
- php: 7.1
env: DB=MYSQL CORE_RELEASE=3.6

before_script:
- composer self-update || true
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss
- composer install
Expand Down

0 comments on commit 4ea24ec

Please sign in to comment.