aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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