File tree Expand file tree Collapse file tree
branches/update-datastore Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3
66refs/heads/pubsub-alpha: 1a0e970f265af871e02274085b9662b3fe29058b
77refs/heads/resource-manager: ebf4adc5ee835cd2086c4ac5b4e78d01a5a005a7
8- refs/heads/update-datastore: a25e50430b55b93816be392e363638e67f67a500
8+ refs/heads/update-datastore: 18302758569d6a2a094a5a7986e2b10904f48e7a
99refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
1010refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd
1111refs/tags/v0.0.11: ffbfba48a6426ff63c08ff2117e58681f251fbf2
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ before_install:
1010install : mvn install -DskipTests=true -Dgpg.skip=true
1111script :
1212- utilities/verify.sh
13- branches :
14- only :
15- - master
1613after_success :
1714- utilities/after_success.sh
1815env :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ source ./utilities/integration_test_env.sh
44# This script is used by Travis-CI to run tests.
55# This script is referenced in .travis.yml.
66
7- if [ " ${TRAVIS_BRANCH} " == " master " -a " ${ TRAVIS_PULL_REQUEST}" == " false" ]; then
7+ if [ " ${TRAVIS_PULL_REQUEST} " == " false" ]; then
88 # Get signing tools and API keyfile
99 openssl aes-256-cbc -K $encrypted_631490ecae8f_key -iv $encrypted_631490ecae8f_iv -in target/travis/signing-tools.tar.enc -out $TRAVIS_BUILD_DIR /signing-tools.tar -d
1010 mkdir $TRAVIS_BUILD_DIR /signing-tools
You can’t perform that action at this time.
0 commit comments