This commit is contained in:
Quentin Jin 2019-04-06 19:44:08 +08:00
parent 3cdc25fb97
commit 217105fb70
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ matrix:
before_install:
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
gen install xcpretty
gem install xcpretty
fi
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then
eval "$(curl -sL https://swiftenv.fuller.li/install.sh)";