diff options
author | Joffrey BION <joffrey.bion@gmail.com> | 2017-01-20 23:12:27 +0100 |
---|---|---|
committer | Joffrey BION <joffrey.bion@gmail.com> | 2017-01-20 23:12:27 +0100 |
commit | 7f68d5a17be2a46fce14aa01ff5fcfdf01090344 (patch) | |
tree | e24ab63028fc6eb1f3a5fd403adc1e9b4005ee59 /.travis.yml | |
parent | Add printEnv task to check env variable CI=true on travis (diff) | |
download | seven-wonders-7f68d5a17be2a46fce14aa01ff5fcfdf01090344.tar.gz seven-wonders-7f68d5a17be2a46fce14aa01ff5fcfdf01090344.tar.bz2 seven-wonders-7f68d5a17be2a46fce14aa01ff5fcfdf01090344.zip |
Remove environment variables experiments
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 42c32212..18a93fb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,6 @@ 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: |