Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
BalestraPatrick committed Jan 26, 2017
1 parent b8839c6 commit 1df47f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: objective-c
cache: cocoapods
podfile: Example/Podfile
osx_image: xcode8
osx_image: xcode8.2

before_install:
- gem install cocoapods
Expand All @@ -11,4 +11,3 @@ before_install:

script:
- set -o pipefail && xctool build -workspace Example/ValueStepper.xcworkspace -scheme ValueStepper-Example -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.2' ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint

0 comments on commit 1df47f4

Please sign in to comment.