Skip to content

Commit

Permalink
Try to fix documentation build process by adding required libraries f…
Browse files Browse the repository at this point in the history
…or plotting.
  • Loading branch information
duncaneddy committed Dec 29, 2018
1 parent 45088c5 commit ad5d96b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,13 @@ julia:
notifications:
email: false

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt5; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -qq libxt6 libxrender1 libxext6 libgl1-mesa-glx libqt5widgets5 qt5-qmake qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev; fi

matrix:
include:
- os: linux
Expand Down

0 comments on commit ad5d96b

Please sign in to comment.