Skip to content

Commit 3fe654b

Browse files
committed
Fix Travis CI builds harder
Folder names apparently change between SDL2 releases.
1 parent ae9cd28 commit 3fe654b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_install:
1818
export PATH=/opt/ghc/$GHCVER/bin:$PATH
1919
fi
2020
- wget http://libsdl.org/release/SDL2-2.0.4.tar.gz -O - | tar xz
21-
- cd SDL2-2.0.3 && ./configure && make -j && sudo make install && cd ..
21+
- cd SDL2-2.0.4 && ./configure && make -j && sudo make install && cd ..
2222
- cabal install --only-d
2323

2424
script:

0 commit comments

Comments
 (0)