Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 50ec9f7

Browse files
committed
Remove unused build matrix from Travis in order to speed up the feedback loop
1 parent 8461765 commit 50ec9f7

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.travis.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
language: java
22

33
jdk:
4-
- openjdk8
54
- openjdk11
6-
- oraclejdk11
75

86
os:
97
- linux
10-
- osx
118

129
before_cache:
1310
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
@@ -18,11 +15,6 @@ cache:
1815
- $HOME/.gradle/caches/
1916
- $HOME/.gradle/wrapper/
2017

21-
# Run commands before TravisCI install step only in some cases
22-
# More info: https://docs.travis-ci.com/user/multi-os/#example-multi-os-build-matrix
23-
before_install:
24-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
25-
2618
# Override default install process on TravisCI
2719
# Avoid default `gradlew assemble` execution. Be explicit about it on the `script` section.
2820
# More info: https://github.com/travis-ci/travis-ci/issues/8667
@@ -32,4 +24,4 @@ install: true
3224
# Compile before running the tests in order to easily check which task could be failing.
3325
script:
3426
- ./gradlew assemble --warning-mode all
35-
- ./gradlew check --warning-mode all
27+
- ./gradlew check --warning-mode all

0 commit comments

Comments
 (0)