Skip to content

Commit

Permalink
Fix use default ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
zapcannon87 committed Oct 13, 2017
1 parent ceb1d81 commit 90c3a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ env:
- DESTINATION="OS=11.0,name=iPhone X" SCHEME="$IOS_FRAMEWORK_SCHEME" RUN_TESTS="YES"
- DESTINATION="OS=10.3.1,name=iPhone 7 Plus" SCHEME="$IOS_FRAMEWORK_SCHEME" RUN_TESTS="YES"
- DESTINATION="OS=9.0,name=iPhone 6" SCHEME="$IOS_FRAMEWORK_SCHEME" RUN_TESTS="YES"
before_install: rvm use 2.0
before_install: rvm use default
install: gem install slather
script:
- set -o pipefail
Expand Down

0 comments on commit 90c3a54

Please sign in to comment.