Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 212058f

Browse files
authored
Update .travis.yml
1 parent e69998a commit 212058f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ osx_image: xcode8.2
33
xcode_project: Sample Project/SimpleLineChart.xcodeproj
44
xcode_scheme: SimpleLineChartTests
55
xcode_sdk: iphonesimulator
6+
script:
7+
- xcodebuild clean build test -project "Sample Project/SimpleLineChart.xcodeproj" -scheme SimpleLineChartTests -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 7" ONLY_ACTIVE_ARCH=NO

0 commit comments

Comments
 (0)