Skip to content

Commit

Permalink
Attempt to fix build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
duncaneddy committed Jan 1, 2019
1 parent dc5a052 commit 6fd5cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build_setup.sh
Expand Up @@ -5,7 +5,7 @@ if [["$TRAVIS_OS_NAME" == "linux"]]; then
sudo apt-get update -qq
sudo apt-get install -qq x11-apps libxt6 libxrender1 libxext6 libgl1-mesa-glx qtbase5-dev qtdeclarative5-dev
sudo apt-get install -y --no-install-recommends texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended
elif [[ "$TRAVIS_OS_NAME" == "osx" ]];
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update
brew install qt5
brew cask install basictex
Expand Down

0 comments on commit 6fd5cf7

Please sign in to comment.