Skip to content

Commit a169f64

Browse files
committed
adding SwiftPM to travis CI
1 parent 7cbaf06 commit a169f64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ jobs:
99
name: macOS
1010
script: xcodebuild clean test -project SwiftDraw.xcodeproj -scheme SwiftDraw-macOS -sdk macosx
1111
after_success: bash <(curl -s https://codecov.io/bash) -J 'SwiftDraw'
12+
- stage: test
13+
name: Swift PM
14+
script: swift package clean; swift test

0 commit comments

Comments
 (0)