Skip to content

Commit bab065f

Browse files
authoredAug 31, 2017
.travis: Add allow_failures (processing-r#230)
Signed-off-by: Ce Gao <[email protected]>
1 parent fc274dc commit bab065f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
language: java
22

33
matrix:
4+
fast_finish: true
45
include:
56
- os: linux
67
jdk: oraclejdk8
8+
services: docker
9+
- os: osx
10+
allow_failures:
711
- os: osx
8-
9-
services: docker
1012

1113
before_install:
1214
- .ci/init.sh

0 commit comments

Comments
 (0)