Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBlackwell committed Jul 15, 2018
1 parent 84f0718 commit 36008f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -26,7 +26,7 @@ git:
# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi

before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then apt install python-matplotlib; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y python-matplotlib; fi

## uncomment the following lines to override the default test script
#script:
Expand Down

0 comments on commit 36008f7

Please sign in to comment.