We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a129d44 commit 483c8f9Copy full SHA for 483c8f9
.travis.yml
@@ -13,13 +13,15 @@ env:
13
- TEST_DIR=joda-time-joda-time
14
- TEST_DIR=org.joda-joda-primitives
15
- TEST_DIR=org.apache.commons-commons-lang3
16
+ - TEST_DIR=com.fasterxml.jackson.core
17
18
# Uncomment to add a library that should fail to build, along with documentation on why.
-# matrix:
19
-# allow_failures:
+matrix:
20
+ allow_failures:
21
# # Blocked on (github issue url)
22
# - env: TEST_DIR=com.example-library
- - 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
25
26
branches:
27
only:
0 commit comments