aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-10-19 10:52:06 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-10-19 10:52:06 +0200
commit61895cb06a51863d4bb337925ff0f89e328f261a (patch)
treee9c863f83ac88a11e2b775366e3e8993415a7fb0 /.travis.yml
parent51363d1e5c95676640e5255b11ea0abebb4dd6d0 (diff)
Ensure all jobs share same cache
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index b44418606e1..c415950671d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,13 +24,11 @@ install: true
language: minimal
-script: ./travis/travis.sh ${BUILD_TYPE}
-
matrix:
include:
- - env: BUILD_TYPE="java"
+ - script: ./travis/travis.sh java
if: type = pull_request
- - env: BUILD_TYPE="cpp"
+ - script: ./travis/travis.sh cpp
if: type = pull_request
- - env: BUILD_TYPE="full"
+ - script: ./travis/travis.sh full
if: NOT type = pull_request