Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Mar 23, 2015
1 parent 02309b1 commit fe52294
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
language: objective-c
osx_image: xcode611

xcode_project: ObjectMapper.xcodeproj
xcode_scheme: ObjectMapper
xcode_sdk:
- iphonesimulator8.1
env:
global:
- LANG=en_US.UTF-8
- LC_ALL=en_US.UTF-8
matrix:
- XCODE_SCHEME=ObjectMapper-iOS XCODE_SDK=iphonesimulator8.1
- XCODE_SCHEME=ObjectMapper-Mac XCODE_SDK=macosx10.10

before_install:
- brew update
- brew outdated xctool || brew upgrade xctool

env:
global:
- LANG=en_US.UTF-8
- LC_ALL=en_US.UTF-8
script: xctool -project ObjectMapper.xcodeproj -scheme $XCODE_SCHEME -sdk $XCODE_SDK test

notifications:
email: false

0 comments on commit fe52294

Please sign in to comment.