TEST Update Travis configuration to build 5.5 to 7.1 against core release "4", using local phpunit

This commit is contained in:
Robbie Averill 2017-01-27 09:25:46 +13:00
parent 0f609965a9
commit dac3af79e7
1 changed files with 11 additions and 11 deletions

View File

@ -2,24 +2,24 @@
language: php
php:
- 5.5
sudo: false
- 5.5
- 5.6
- 7.0
- 7.1
env:
- DB=MYSQL CORE_RELEASE=master
- DB=PGSQL CORE_RELEASE=master
- DB=MYSQL CORE_RELEASE=4
matrix:
include:
- php: 5.6
env: DB=MYSQL CORE_RELEASE=master
env: DB=PGSQL CORE_RELEASE=4
before_script:
- phpenv rehash
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss
- phpenv rehash
- 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
script:
- phpunit translatable/tests/
- vendor/bin/phpunit translatable/tests/