diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2017-08-01 13:51:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-01 13:51:37 +0200 |
commit | 5360b7de7e1646c7535ec308a9160ec37289e084 (patch) | |
tree | 6e8e8213d2f6a716dbf982137d6cb34b365566b0 /travis.sh | |
parent | 76a0d7a1d3b4616789af80cf6f3274784a8523c6 (diff) | |
download | sonarqube-5360b7de7e1646c7535ec308a9160ec37289e084.tar.gz sonarqube-5360b7de7e1646c7535ec308a9160ec37289e084.zip |
BUILD-478 Set TRAVIS_BUILD_DIR in ramdisk
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/travis.sh b/travis.sh index 88f412a4a57..0cc60cad32c 100755 --- a/travis.sh +++ b/travis.sh @@ -1,6 +1,8 @@ #!/bin/bash set -euo pipefail +./.travis/setup_ramdisk.sh + # # A (too) old version of JDK8 is installed by default on Travis. # This method is preferred over Travis apt oracle-java8-installer because |