Skip to content

Commit 483c8f9

Browse files
committed
fixed travis.yml
1 parent a129d44 commit 483c8f9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ env:
1313
- TEST_DIR=joda-time-joda-time
1414
- TEST_DIR=org.joda-joda-primitives
1515
- TEST_DIR=org.apache.commons-commons-lang3
16+
- TEST_DIR=com.fasterxml.jackson.core
1617

1718
# Uncomment to add a library that should fail to build, along with documentation on why.
18-
# matrix:
19-
# allow_failures:
19+
matrix:
20+
allow_failures:
2021
# # Blocked on (github issue url)
2122
# - env: TEST_DIR=com.example-library
22-
- env: TEST_DIR=com.fasterxml.jackson.core
23+
# # Blocked on: https://github.com/j2objc-contrib/j2objc-common-libs-e2e-test/issues/48
24+
- env: TEST_DIR=com.fasterxml.jackson.core
2325

2426
branches:
2527
only:

0 commit comments

Comments
 (0)