Skip to content

Commit

Permalink
Additional fixes for linux building with images.
Browse files Browse the repository at this point in the history
  • Loading branch information
duncaneddy committed Dec 29, 2018
1 parent a526dac commit 2c7abeb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -14,10 +14,9 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cask install mactex; 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 qtbase5-dev qtdeclarative5-dev libxt6 libxrender1 libxext6 libgl1-mesa-glx libqt5widgets5 qt5-qmake qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -qq x11-apps libxt6 libxrender1 libxext6 libgl1-mesa-glx qtbase5-dev qtdeclarative5-dev; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y --no-install-recommends texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then gksqt; fi

- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export GKSwstype=svg; fi
matrix:
include:
- os: linux
Expand Down

0 comments on commit 2c7abeb

Please sign in to comment.