Skip to content
This repository has been archived by the owner on Nov 18, 2018. It is now read-only.

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
corinnekrych committed Sep 8, 2016
1 parent c61bd1e commit a119340
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
language: objective-c
osx_image: xcode7.2

before_install:
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet

script:
- set -o pipefail
- xcodebuild -workspace aerogear-otp.ios.xcworkspace -scheme aerogear-otp.iosTests -sdk iphonesimulator -destination "OS=9.0,name=iPhone 6 Plus" -configuration Release test
osx_image: xcode7.3
xcode_workspace: aerogear-otp.ios.xcworkspace
xcode_scheme: aerogear-otp.ios
xcode_sdk: iphonesimulator

notifications:
irc: "irc.freenode.org#aerogear"

branches:
only:
- master

0 comments on commit a119340

Please sign in to comment.