Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Build tests nightly #176

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix graphicsmagick name
  • Loading branch information
seisman committed Nov 10, 2018
commit 1c4e7143278020b407c3b67a24ce54c9177baf35
2 changes: 1 addition & 1 deletion ci/travis-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ "$TRAVIS_OS_NAME" == "linux" ]; then
sudo apt-get update
sudo apt-get install -y build-essential cmake libcurl4-gnutls-dev libnetcdf-dev \
libgdal1-dev libfftw3-dev libpcre3-dev liblapack-dev ghostscript curl \
GraphicsMagick
graphicsmagick
else
echo "OSX not supported yet";
fi
Expand Down