Skip to content

Commit

Permalink
Add -qq to travis insall software properties
Browse files Browse the repository at this point in the history
  • Loading branch information
DolceTriade committed Feb 20, 2016
1 parent 7f6f98f commit 61919c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ matrix:


install: install:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo rm -rf /opt/python; fi # Delete conflicting python - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo rm -rf /opt/python; fi # Delete conflicting python
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install software-properties-common; fi - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get -qq install software-properties-common; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo add-apt-repository ppa:george-edison55/cmake-3.x -y; fi - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo add-apt-repository ppa:george-edison55/cmake-3.x -y; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get -qq update; fi - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get -qq update; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get -qq install - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get -qq install
Expand Down

0 comments on commit 61919c6

Please sign in to comment.