Skip to content

Commit

Permalink
Add PHP7 + SS3.6 build to Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Jun 14, 2017
1 parent f8095ef commit 4fd0638
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# 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

language: php

php:
- 5.6
- 7.0

env:
global:
Expand All @@ -17,14 +16,15 @@ env:
matrix:
include:
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3
env: DB=MYSQL CORE_RELEASE=3.5
- php: 5.6
env: DB=PGSQL CORE_RELEASE=3
env: DB=PGSQL CORE_RELEASE=3.5
- php: 7.1
env: DB=MYSQL CORE_RELEASE=3.6
# Allowed to fail, meaning delayed code coverage reports
- php: 5.5.9
env: DB=MYSQL CORE_RELEASE=3 COVERAGE=1
allow_failures:
- php: 7.0
- php: 5.5.9
fast_finish: true

Expand All @@ -33,7 +33,7 @@ before_install:

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 4fd0638

Please sign in to comment.