summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-10-19 10:55:53 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-10-19 11:00:21 +0200
commite742b308d7559f09ac5927b44f695e14bc224a39 (patch)
tree2fee61425a42efec0e0adfbeb485a59e03e9fe19 /.travis.yml
parent61895cb06a51863d4bb337925ff0f89e328f261a (diff)
Do full build for both master branch and PRs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index c415950671d..afb660eddc6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,11 +24,4 @@ install: true
language: minimal
-matrix:
- include:
- - script: ./travis/travis.sh java
- if: type = pull_request
- - script: ./travis/travis.sh cpp
- if: type = pull_request
- - script: ./travis/travis.sh full
- if: NOT type = pull_request
+script: ./travis/travis.sh