-
Notifications
You must be signed in to change notification settings - Fork 4
/
.travis.yml
38 lines (33 loc) · 859 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
language: php
php:
- 5.4
env:
global:
- CORE_RELEASE=3.1
- secure: "LpOrDe+M8YW0itn2LpF8IA0DxBclqFnsVwfo96ec0msCQJ7/rFkXFkOO3e2JeeCVAaBY7r82rwcGW2XDlGB85xOR6DwCE0kXrO12uKKKHSKvqE9NZvQF9eUBirvb9HZ/GKIBa4RkbzTrnn5HvYpykIuhMWis+esky2H1mLx1FmM="
matrix:
- DB=MYSQL
- DB=SQLITE
- DB=PGSQL
matrix:
allow_failures:
- php: hhvm-nightly
include:
- php: 5.5
env: DB=MYSQL
- php: 5.6
env: DB=MYSQL
- php: 5.4
env: DB=MYSQL
- php: 5.3
env: DB=MYSQL
- php: hhvm-nightly
env: DB=MYSQL
before_script:
- composer self-update
- 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
script:
- vendor/bin/phpunit migrations/tests/