aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTom <thomas.verin@sonarsource.com>2017-05-05 14:31:54 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-05-26 11:56:39 +0200
commit430a6a2a306abd0c99391e678b3d061979c6fb41 (patch)
tree49723a641b4ccb97a7ff5f0487b532b8358f0b63 /.travis.yml
parent2fbb2d7a6c766e7a33fbae4811eb3de160cd1f07 (diff)
downloadsonarqube-430a6a2a306abd0c99391e678b3d061979c6fb41.tar.gz
sonarqube-430a6a2a306abd0c99391e678b3d061979c6fb41.zip
Use Trusty image on TravisCI
- environment is more stable through time (no variations of build durations) - benefit from 8Gb ramdisk - enable parallel Maven build thanks to new CPUs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 35d74c724cd..35df96cfde4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,9 @@
-language: java
-sudo: false
+language: generic
+sudo: required
install: true
jdk: oraclejdk8
script: ./travis.sh
+dist: trusty
env:
- TARGET=BUILD