Skip to content

Commit 2cb4d87

Browse files
committed
Update Travis-CI configuration to use macOS name.
1 parent 5031a64 commit 2cb4d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
- LANG=en_US.UTF-8
1111
matrix:
1212
- TEST_TYPE=iOS
13-
- TEST_TYPE=OSX
13+
- TEST_TYPE=macOS
1414
- TEST_TYPE=Deployment
1515
- TEST_TYPE=Starters
1616
- TEST_TYPE=CocoaPods
@@ -33,6 +33,6 @@ script:
3333
bundle exec rake test:$TEST_TYPE
3434
after_success:
3535
- |
36-
if [ "$TEST_TYPE" = "ios" ] || [ "$TEST_TYPE" = "osx" ]; then
36+
if [ "$TEST_TYPE" == "iOS" ] || [ "$TEST_TYPE" == "macOS" ]; then
3737
bash <(curl -s https://codecov.io/bash)
3838
fi

0 commit comments

Comments
 (0)