Skip to content

Commit ad995ec

Browse files
committed
inline tests
1 parent 56abefe commit ad995ec

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: objective-c
22
osx_image: xcode7.1
3-
script: ./test.sh
3+
script:
4+
- xcodebuild -scheme SwiftExample -workspace SwiftExample.xcworkspace -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6S,OS=9.1' build test
45
after_success:
56
- bash <(curl -s https://codecov.io/bash)

test.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)