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

Commit

Permalink
Merge branch 'release/2.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Sep 12, 2017
2 parents 83ec181 + 6bcea6b commit b9241a6
Show file tree
Hide file tree
Showing 21 changed files with 77 additions and 808 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@

language: objective-c
osx_image: xcode8.2
osx_image: xcode9

script:
- xcodebuild -workspace Listenable.xcworkspace -scheme Listenable -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' build test

deploy:
provider: script
script: ./scripts/push.sh
on:
tags: true
- xcodebuild -workspace Listenable.xcworkspace -scheme Listenable -destination 'platform=iOS Simulator,name=iPhone 7,OS=11.0' build test

after_success:
- bash <(curl -s https://codecov.io/bash)
Loading

0 comments on commit b9241a6

Please sign in to comment.