Browse Source

push access is global now

pull/518/head
qadan 10 years ago
parent
commit
7dca3a4dcd
  1. 4
      .travis.yml
  2. 2
      tests/scripts/travis_after_failure.sh

4
.travis.yml

@ -10,10 +10,6 @@ env:
- FEDORA_VERSION="3.5" - FEDORA_VERSION="3.5"
- FEDORA_VERSION="3.6.2" - FEDORA_VERSION="3.6.2"
- FEDORA_VERSION="3.7.0" - FEDORA_VERSION="3.7.0"
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: "jvq6Q0Pybo+secZ2mAaxuzwUSSUeEyoRQSxvCynkIkx0eQTEGrBek0RMTZKzojSGzARoloczZ2G/ApWku27l9m8DcNaULG7KXqpjHlFy3ryn/zuJJW0P4WvlpICbUkwSXjei47/VTuJBGTm1hoYYmjX81btX3bWsqlJ5cbEivmg="
before_install: before_install:
- export ISLANDORA_DIR=$TRAVIS_BUILD_DIR - export ISLANDORA_DIR=$TRAVIS_BUILD_DIR
- $TRAVIS_BUILD_DIR/tests/scripts/travis_setup.sh - $TRAVIS_BUILD_DIR/tests/scripts/travis_setup.sh

2
tests/scripts/travis_after_failure.sh

@ -10,7 +10,7 @@ git config --global user.email noreply@islandora.ca
# Git business # Git business
cd $HOME/drupal-* cd $HOME/drupal-*
export VERBOSE_DIR=`pwd`/sites/default/files/simpletest/verbose export VERBOSE_DIR=`pwd`/sites/default/files/simpletest/verbose
git clone -b $CURRENT_REPO https://islandora-logger:$LOGGER_PW@github.com/Islandora/islandora_travis_logs.git git clone -b $CURRENT_REPO https://github.com/Islandora/islandora_travis_logs.git
cd islandora_travis_logs cd islandora_travis_logs
git checkout -B $CURRENT_REPO git checkout -B $CURRENT_REPO

Loading…
Cancel
Save