Skip to content

Commit

Permalink
hidden files
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfieldman committed Oct 26, 2017
1 parent 03b5b80 commit afb9198
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
3.1
4.0
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,17 +1,17 @@
language: objective-c
osx_image: xcode8.3
osx_image: xcode9
branches:
only:
- master
env:
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
before_install:
- SIMULATOR_ID=$(xcrun instruments -s | grep -o "iPhone 6S (10.3) \[.*\]" | grep -o "\[.*\]" | sed "s/^\[\(.*\)\]$/\1/")
- SIMULATOR_ID=$(xcrun instruments -s | grep -o "iPhone 6S (11.0) \[.*\]" | grep -o "\[.*\]" | sed "s/^\[\(.*\)\]$/\1/")
- gem install xcpretty -N
script:
- echo $SIMULATOR_ID
- open -b com.apple.iphonesimulator --args -CurrentDeviceUDID $SIMULATOR_ID
- set -o pipefail
- xcodebuild -project Cadmium.xcodeproj -scheme "Cadmium" -sdk "iphonesimulator10.3"
-destination "OS=10.3,name=iPhone 6S" ONLY_ACTIVE_ARCH=NO test | xcpretty -c
- xcodebuild -project Cadmium.xcodeproj -scheme "Cadmium" -sdk "iphonesimulator11.0"
-destination "OS=11.0,name=iPhone 6S" ONLY_ACTIVE_ARCH=NO test | xcpretty -c
- pod lib lint --quick

0 comments on commit afb9198

Please sign in to comment.