Skip to content

Commit

Permalink
Merge pull request #460 from fherzog2/master
Browse files Browse the repository at this point in the history
#448 trying to fix broken travis CI
  • Loading branch information
jonsneyers authored Oct 16, 2017
2 parents 52a1b2d + 73baa93 commit 2fbf935
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ dist: trusty
env:
- BUILDTYPE=GNUMAKE

addons:
apt:
packages:
- libsdl2-dev

before_install:
- sudo apt-get install build-essential imagemagick libsdl2-dev libimage-exiftool-perl
- sudo apt-get install build-essential imagemagick libimage-exiftool-perl
# workaround clang not system wide, fail on sudo make install for adms
- export CC=`which $CC`

Expand Down

0 comments on commit 2fbf935

Please sign in to comment.