From 44025e7a07ae84535dd9e8d191d8234c67c46f46 Mon Sep 17 00:00:00 2001 From: Les Vogel Date: Mon, 6 Mar 2017 21:42:28 -0800 Subject: [PATCH] temporary tests --- .travis.yml | 3 ++- travis.sh | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3cea8e9d2a1..2ede91fdd61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -43,6 +43,7 @@ before_install: - openssl aes-256-cbc -K $encrypted_eb858daba67b_key -iv $encrypted_eb858daba67b_iv -in secrets.env.enc -out secrets.env -d && set +x && source secrets.env && set -x || true +- env # Cross project - GOOGLE_APPLICATION_CREDENTIALS uses cloud-docs-tests, but BQ uses G_C_P (argh!) - export GOOGLE_CLOUD_PROJECT=java-docs-samples-tests # Skip the install step, since Maven will download the dependencies we need diff --git a/travis.sh b/travis.sh index c99a987dc8a..241a47a9965 100755 --- a/travis.sh +++ b/travis.sh @@ -19,6 +19,9 @@ set -x set -o pipefail shopt -s globstar +echo "*******************************************************************" +env +echo "*******************************************************************" SKIP_TESTS=false if [ -z "$GOOGLE_APPLICATION_CREDENTIALS" ] ; then