mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Whoops - missed out a Sudo in the Travis config
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user