Skip to content

Commit

Permalink
Xcode project moved
Browse files Browse the repository at this point in the history
  • Loading branch information
panicsteve committed May 25, 2016
1 parent df780ef commit 565bfeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
xcode_project: _Build_/Xcode6/Einstein.xcodeproj
xcode_project: _Build_/Xcode/Einstein.xcodeproj
xcode_scheme: Einstein
osx_image: xcode7.3
before_install:
Expand All @@ -11,4 +11,4 @@ before_install:
- sqlite3 ~/"Library/Application Support/com.apple.TCC/TCC.db" "insert into access values('kTCCServiceAddressBook','/Users/travis/runner.rb',1,1,1,null,null)"
- sudo killall tccd
script:
- xcodebuild build test -project _Build_/Xcode6/Einstein.xcodeproj -scheme Einstein | xcpretty
- xcodebuild build test -project _Build_/Xcode/Einstein.xcodeproj -scheme Einstein | xcpretty

0 comments on commit 565bfeb

Please sign in to comment.