From 878c325fb54fa576969b46b279f09f2c38f8f625 Mon Sep 17 00:00:00 2001 From: Joffrey BION Date: Fri, 20 Jan 2017 22:41:13 +0100 Subject: Add printEnv task to check env variable CI=true on travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 18a93fb1..42c32212 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,9 @@ matrix: - os: osx osx_image: xcode8 # other OSX images can't switch to JDK8, this one has it built-in +before_install: + - ./gradlew printEnv + # These files change at every build, and should not be cached # https://docs.travis-ci.com/user/languages/java/#Caching before_cache: -- cgit