mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #8198 from creative-commoners/pulls/3.7/remove-precise
FIX Switch to Trusty in Travis
This commit is contained in:
commit
677d28b044
@ -1,6 +1,6 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
dist: precise
|
dist: trusty
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
@ -26,6 +26,9 @@ matrix:
|
|||||||
env: DB=MYSQL BEHAT_TEST=1 CMS_TEST=1
|
env: DB=MYSQL BEHAT_TEST=1 CMS_TEST=1
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
# Fix bug in Selenium with duplicate localhost definitions: https://github.com/travis-ci/travis-ci/issues/3054
|
||||||
|
- "sed 's/localhost localhost/localhost/' /etc/hosts > /tmp/etchoststmp && cat /tmp/etchoststmp | sudo tee /etc/hosts"
|
||||||
|
|
||||||
- export CORE_RELEASE=$TRAVIS_BRANCH
|
- export CORE_RELEASE=$TRAVIS_BRANCH
|
||||||
- if ! [ $(phpenv version-name) = "5.3" ]; then printf "\n" | travis_retry pecl install imagick; fi
|
- if ! [ $(phpenv version-name) = "5.3" ]; then printf "\n" | travis_retry pecl install imagick; fi
|
||||||
- if [ $(phpenv version-name) = "5.3" ]; then printf "\n" | travis_retry pecl install imagick-3.3.0; fi
|
- if [ $(phpenv version-name) = "5.3" ]; then printf "\n" | travis_retry pecl install imagick-3.3.0; fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user