Fixing travis permissions
This commit is contained in:
parent
1dc5992ae3
commit
6f86a5d5a5
|
@ -9,6 +9,7 @@ compiler:
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install libtool autoconf git nasm
|
- sudo apt-get install libtool autoconf git nasm
|
||||||
|
- chmod +x install.sh
|
||||||
- ./install.sh
|
- ./install.sh
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in New Issue