From 606aea7a7e5a01c38cedf63411be7d9820c805a0 Mon Sep 17 00:00:00 2001 From: micmania1 Date: Wed, 9 Oct 2013 23:38:08 +0100 Subject: [PATCH] corrected the travis yml - part 2. --- .travis.yml | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8eb209e..ee117e2 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,22 +1,23 @@ language: php - php: - - 5.3 - env: - matrix: - - DB=MYSQL CORE_RELEASE=3.1 - - DB=MYSQL CORE_RELEASE=master +php: + - 5.3 - matrix: - include: - - php: 5.4 - env: DB=MYSQL CORE_RELEASE=master +env: +matrix: + - DB=MYSQL CORE_RELEASE=3.1 + - DB=MYSQL CORE_RELEASE=master - 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 +matrix: + include: + - php: 5.4 + env: DB=MYSQL CORE_RELEASE=master - script: - - phpunit silverstripe-blog/tests/ \ No newline at end of file +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 + +script: + - phpunit silverstripe-blog/tests/ \ No newline at end of file