Skip to content

Commit 7be1a6c

Browse files
committed
run travis only on master branch. continue if a single test fails
1 parent 40c912a commit 7be1a6c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ before_install:
88
- chmod +x gradlew
99

1010
script:
11-
- ./gradlew check
11+
- ./gradlew clean check --continue
12+
13+
branches:
14+
only:
15+
- master

0 commit comments

Comments
 (0)