mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 09:05:59 +00:00
TEST Update Travis configuration to build 5.5 to 7.1 against core release "4", using local phpunit
This commit is contained in:
parent
0f609965a9
commit
dac3af79e7
22
.travis.yml
22
.travis.yml
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user