Skip to content

Commit 5cb9416

Browse files
committed
Separate modules to run on different travis jobs.
1 parent e4f9dfe commit 5cb9416

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,14 @@ cache:
1111
- $HOME/.gradle/wrapper/
1212

1313
jdk:
14-
- oraclejdk8
1514
- oraclejdk7
15+
- oraclejdk8
16+
env:
17+
- MODULE=core
18+
- MODULE=http42
19+
- MODULE=http43
20+
- MODULE=http44
1621

1722
# ciTest is configured to skip the various timeout tests that don't work in travis
18-
script: ./gradlew clean ciTest -i
23+
script: ./gradlew clean ciTest -p cloudinary-${MODULE} -i
24+

0 commit comments

Comments
 (0)