Skip to content

Commit 7d72b4f

Browse files
committed
Run tests both against JDK 8 and 11 at info log level
1 parent 8d4a046 commit 7d72b4f

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.travis.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,11 @@ jdk:
66
env: NODE_VERSION=10.2.1
77
before_install: nvm install $NODE_VERSION
88
script:
9-
- echo "Skip default build"
9+
- ./gradlew :shared:test -i
10+
- ./gradlew :server:test -i
1011

1112
jobs:
1213
include:
13-
- stage: "Shared module"
14-
name: "Build"
15-
script: ./gradlew :shared:build
16-
- name: "Tests"
17-
script: ./gradlew :shared:test -i
18-
- stage: "Language server"
19-
name: "Tests"
20-
script: ./gradlew :server:test -i
21-
- name: "Executable"
22-
script: ./gradlew :server:installDist
2314
- stage: "Deploy"
2415
before_deploy:
2516
- ./gradlew :server:distZip

0 commit comments

Comments
 (0)