We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fca866 commit 4c4d437Copy full SHA for 4c4d437
.travis.yml
@@ -0,0 +1,8 @@
1
+language: swift
2
+osx_image: xcode11.3
3
+script:
4
+ - swift package generate-xcodeproj
5
+ - xcodebuild clean test -destination 'name=iPhone 8' -scheme AdvancedList-Package -enableCodeCoverage YES -derivedDataPath .build/derivedData -quiet
6
+after_success:
7
+ # upload test coverage data
8
+ - bash <(curl -s https://codecov.io/bash) -J '^AdvancedList$' -D .build/derivedData
0 commit comments