Whoops - missed out a Sudo in the Travis config

This commit is contained in:
Tony Aldridge
2013-10-28 20:23:09 +00:00
parent 0713bcfd93
commit 8e83e29113
+1 -1
View File
@@ -6,7 +6,7 @@ install:
- wget http://www.libsdl.org/release/SDL2-2.0.0.tar.gz
- tar -zxvf SDL2-2.0.0.tar.gz
- cd SDL2-2.0.0
- ./configure && make && make install
- ./configure && make && sudo make install
- cd -
script:
- ./configure && make