Skip to content

Commit b216e41

Browse files
committed
Merge pull request #49 from madvay/upd
J2ObjC => 0.9.8.2.1 and JDK 7 to get Xcode 7 support
2 parents 1d19747 + f8b2b9d commit b216e41

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
language: objective-c
44
os: osx
5+
osx_image: xcode7
6+
57
# Add a TEST_DIR=[directory] row for each library (or group of libraries) to test
68
# Each will be run as an independent, hermetic test (in parallel when resources permit)
79
# on Traivs.
@@ -26,6 +28,12 @@ branches:
2628

2729
sudo: false
2830

31+
32+
before_install:
33+
- export TERM=dumb
34+
- env
35+
- ./j2objc-gradle/install-osx-jdk7.sh
36+
2937
install:
3038
- export TERM=dumb
3139
- env

j2objc-gradle

Submodule j2objc-gradle updated 45 files

libraryBuilds/prep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
J2OBJC_VERSION=0.9.8.1
17+
J2OBJC_VERSION=0.9.8.2.1
1818
mkdir localJ2objcDist
1919
mkdir common
2020

0 commit comments

Comments
 (0)