Skip to content

Commit

Permalink
Update joda-convert to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
advayDev1 committed Sep 30, 2015
1 parent 54e91bf commit 08449f9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ env:
- TEST_DIR=org.joda-joda-primitives
- TEST_DIR=org.apache.commons-commons-lang3

matrix:
allow_failures:
# Blocked on https://github.com/JodaOrg/joda-convert/issues/7
- env: TEST_DIR=org.joda-joda-convert
# Blocked on https://github.com/JodaOrg/joda-convert/issues/7
- env: TEST_DIR=joda-time-joda-time
# Uncomment to add a library that should fail to build, along with documentation on why.
# matrix:
# allow_failures:
# # Blocked on (github issue url)
# - env: TEST_DIR=com.example-library

branches:
only:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This is a subproject of [j2objc-gradle](https://github.com/j2objc-gradle)
and [maintained by some of the same people](NOTICE). Like j2objc-gradle, this project is not affiliated
with Google.

The build status of various libraries can be found
[here](https://travis-ci.org/j2objc-contrib/j2objc-common-libs-e2e-test).
Each library is configured in [libraryBuilds](libraryBuilds).

[![Build Status](https://travis-ci.org/j2objc-contrib/j2objc-common-libs-e2e-test.svg?branch=master)](https://travis-ci.org/j2objc-contrib/j2objc-common-libs-e2e-test)

**Goals**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

dependencies {
j2objcTranslation 'org.joda:joda-convert:1.7:sources'
j2objcTranslation 'org.joda:joda-convert:1.8:sources'
}

j2objcConfig {
Expand Down

0 comments on commit 08449f9

Please sign in to comment.