Skip to content

Commit 90c3a54

Browse files
committed
Fix use default ruby
1 parent ceb1d81 commit 90c3a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
- DESTINATION="OS=11.0,name=iPhone X" SCHEME="$IOS_FRAMEWORK_SCHEME" RUN_TESTS="YES"
1414
- DESTINATION="OS=10.3.1,name=iPhone 7 Plus" SCHEME="$IOS_FRAMEWORK_SCHEME" RUN_TESTS="YES"
1515
- DESTINATION="OS=9.0,name=iPhone 6" SCHEME="$IOS_FRAMEWORK_SCHEME" RUN_TESTS="YES"
16-
before_install: rvm use 2.0
16+
before_install: rvm use default
1717
install: gem install slather
1818
script:
1919
- set -o pipefail

0 commit comments

Comments
 (0)