Skip to content

Commit 6812908

Browse files
committed
Ignore the staging-test branch in CI tests
1 parent 252855d commit 6812908

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ env:
1919
- MODULE=http43
2020
- MODULE=http44
2121

22+
branches:
23+
except:
24+
- staging-test
25+
2226
# ciTest is configured to skip the various timeout tests that don't work in travis
2327
script: ./gradlew clean ciTest -p cloudinary-${MODULE} -i
2428

0 commit comments

Comments
 (0)