diff --git a/.travis.yml b/.travis.yml index adad5d2..80b6ed8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,16 @@ php: - 5.3 env: - - DB=MYSQL CORE_RELEASE=3 - - DB=PGSQL CORE_RELEASE=3 + - DB=MYSQL CORE_RELEASE=3 matrix: include: - php: 5.4 - env: DB=MYSQL CORE_RELEASE=master + env: DB=PGSQL CORE_RELEASE=3 + - php: 5.5 + env: DB=MYSQL CORE_RELEASE=3.2 + - php: 5.6 + env: DB=MYSQL CORE_RELEASE=3.2 before_script: - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support