We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f9dfe commit 5cb9416Copy full SHA for 5cb9416
1 file changed
.travis.yml
@@ -11,8 +11,14 @@ cache:
11
- $HOME/.gradle/wrapper/
12
13
jdk:
14
- - oraclejdk8
15
- oraclejdk7
+ - oraclejdk8
16
+env:
17
+ - MODULE=core
18
+ - MODULE=http42
19
+ - MODULE=http43
20
+ - MODULE=http44
21
22
# ciTest is configured to skip the various timeout tests that don't work in travis
-script: ./gradlew clean ciTest -i
23
+script: ./gradlew clean ciTest -p cloudinary-${MODULE} -i
24
+
0 commit comments