Skip to content

Commit

Permalink
tab fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas committed Sep 13, 2018
1 parent 2e000fd commit 06e8d5e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ before_install:
install:
- |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get update -qq
sudo apt-get install cmake cppcheck libxml2-utils libpoco-dev python3 python3-pip python3-empy python3-pyparsing python3-setuptools wget
sudo apt-get update -qq
sudo apt-get install cmake cppcheck libxml2-utils libpoco-dev python3 python3-pip python3-empy python3-pyparsing python3-setuptools wget
else
brew update
brew outdated cmake || brew upgrade cmake || brew install cmake
brew install cppcheck console_bridge poco uncrustify
brew outdated python3 || brew upgrade python3 || brew install python3
brew update
brew outdated cmake || brew upgrade cmake || brew install cmake
brew install cppcheck console_bridge poco uncrustify
brew outdated python3 || brew upgrade python3 || brew install python3
fi
- python3 --version
- sudo -H python3 -m pip install -U setuptools pip pyparsing
Expand Down

0 comments on commit 06e8d5e

Please sign in to comment.