You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.4 KiB
52 lines
1.4 KiB
sudo: required |
|
dist: trusty |
|
language: php |
|
|
|
matrix: |
|
include: |
|
#5.3.3 Ubuntu Precise exceptions |
|
- php: 5.3.3 |
|
dist: precise |
|
env: FEDORA_VERSION="3.5" |
|
- php: 5.3.3 |
|
dist: precise |
|
env: FEDORA_VERSION="3.6.2" |
|
- php: 5.3.3 |
|
dist: precise |
|
env: FEDORA_VERSION="3.7.0" |
|
- php: 5.3.3 |
|
dist: precise |
|
env: FEDORA_VERSION="3.8.1" |
|
php: |
|
- 5.4 |
|
- 5.5 |
|
- 5.6 |
|
- 7.0 |
|
- 7.1 |
|
env: |
|
- FEDORA_VERSION="3.5" |
|
- FEDORA_VERSION="3.6.2" |
|
- FEDORA_VERSION="3.7.0" |
|
- FEDORA_VERSION="3.8.1" |
|
|
|
branches: |
|
only: |
|
- /^7.x/ |
|
global: |
|
# This key is unique to the Islandora/islandora repository; logging will |
|
# fail on forked repositories unless a new unique key is generated for them. |
|
- secure: "nTv2Zb/qKlECK+xE5ahbfXI9ZZbf2ZMd796q7oPlTxUwvu6nomHnUOjJATl6tq2cj23PyJ89Jlgl5cMZ5h0QMUzYpN5hPyY6oCJxWgFamFaE3bv5E/rBd1f6WVTJW7S4UKn8Mr9R2PrX+ZxQZGVIigAfR8VfhQuP8PcuO5eMLBk=" |
|
before_install: |
|
- export ISLANDORA_DIR=$TRAVIS_BUILD_DIR |
|
- $TRAVIS_BUILD_DIR/tests/scripts/travis_setup.sh |
|
- cd $HOME/drupal-* |
|
before_script: |
|
# Mysql might time out for long tests, increase the wait timeout. |
|
- mysql -e 'SET @@GLOBAL.wait_timeout=1200' |
|
script: |
|
- $ISLANDORA_DIR/tests/scripts/travis_scripts.sh |
|
- $ISLANDORA_DIR/tests/scripts/run_tests.sh "Islandora" |
|
after_failure: |
|
- $ISLANDORA_DIR/tests/scripts/travis_after_failure.sh |
|
notifications: |
|
irc: "irc.freenode.org#islandora"
|
|
|