Skip to content

Commit 36e2f41

Browse files
committed
Add travis
1 parent d9daa52 commit 36e2f41

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.travis.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
osx_image: xcode7.2
1+
osx_image: xcode7.3
22
language: objective-c
33

4-
before_install:
5-
- brew update
6-
- brew install carthage
7-
- if brew outdated | grep -qx xctool; then brew upgrade xctool; fi
8-
- carthage update --platform iOS,Mac
9-
104
script:
11-
- xctool clean build -project BarcodeScanner.xcodeproj -scheme BarcodeScanner-iOS -sdk iphonesimulator
12-
- xctool test -project BarcodeScanner.xcodeproj -scheme BarcodeScanner-iOS -sdk iphonesimulator
13-
- xctool clean build -project BarcodeScanner.xcodeproj -scheme BarcodeScanner-Mac -sdk macosx
14-
- xctool test -project BarcodeScanner.xcodeproj -scheme BarcodeScanner-Mac -sdk macosx
5+
- xcodebuild clean build -project BarcodeScanner.xcodeproj -scheme BarcodeScanner-iOS -sdk iphonesimulator

0 commit comments

Comments
 (0)