Skip to content

Commit

Permalink
Oops, update Travis config for new scheme name.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentey committed Sep 22, 2016
1 parent 5917734 commit 59089a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: objective-c
osx_image: xcode8
script: xcrun xcodebuild -project BTree.xcodeproj -scheme BTree-Mac test
script: xcrun xcodebuild -project BTree.xcodeproj -scheme BTree-macOS test
after_success: bash <(curl -s https://codecov.io/bash)

0 comments on commit 59089a6

Please sign in to comment.