Skip to content

Commit

Permalink
Merge pull request #32 from silverstripe-labs/travis-release
Browse files Browse the repository at this point in the history
Travis: Use 3.1 releases for core (5.3 pgsql & 5.4 mysql)
  • Loading branch information
chillu committed Feb 17, 2014
2 parents 01cfdb8 + bed42a5 commit 3bb94ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ php:

env:
- DB=MYSQL CORE_RELEASE=3.1
- DB=PGSQL CORE_RELEASE=master
- DB=PGSQL CORE_RELEASE=3.1

matrix:
include:
- php: 5.4
env: DB=MYSQL CORE_RELEASE=master
env: DB=MYSQL CORE_RELEASE=3.1

before_script:
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss --require silverstripe/cms
- cd ~/builds/ss

script:
- phpunit staticpublisher/tests/
- phpunit staticpublisher/tests/

0 comments on commit 3bb94ab

Please sign in to comment.