See #1687. Fix typos in Travis CI config

This commit is contained in:
Glavin Wiechert 2017-06-16 20:59:43 -03:00
parent a83b1b83ae
commit ed9c4580bf
1 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
gem install sass;
else
docker pull unibeautify/sass-convert
docker pull unibeautify/sass-convert;
fi
# Python language support
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo chmod 777 -R /opt/python; fi
@ -108,9 +108,9 @@ before_install:
- pip install --upgrade sqlparse
# Java, C, C++, C#, Objective-C, D, Pawn, Vala
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew install uncrustify
brew install uncrustify;
else
docker pull unibeautify/uncrustify
docker pull unibeautify/uncrustify;
fi
# R
- brew tap homebrew/science