We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252855d commit 6812908Copy full SHA for 6812908
1 file changed
.travis.yml
@@ -19,6 +19,10 @@ env:
19
- MODULE=http43
20
- MODULE=http44
21
22
+branches:
23
+ except:
24
+ - staging-test
25
+
26
# ciTest is configured to skip the various timeout tests that don't work in travis
27
script: ./gradlew clean ciTest -p cloudinary-${MODULE} -i
28
0 commit comments