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 5031a64 commit 2cb4d87Copy full SHA for 2cb4d87
.travis.yml
@@ -10,7 +10,7 @@ env:
10
- LANG=en_US.UTF-8
11
matrix:
12
- TEST_TYPE=iOS
13
- - TEST_TYPE=OSX
+ - TEST_TYPE=macOS
14
- TEST_TYPE=Deployment
15
- TEST_TYPE=Starters
16
- TEST_TYPE=CocoaPods
@@ -33,6 +33,6 @@ script:
33
bundle exec rake test:$TEST_TYPE
34
after_success:
35
- |
36
- if [ "$TEST_TYPE" = "ios" ] || [ "$TEST_TYPE" = "osx" ]; then
+ if [ "$TEST_TYPE" == "iOS" ] || [ "$TEST_TYPE" == "macOS" ]; then
37
bash <(curl -s https://codecov.io/bash)
38
fi
0 commit comments