Make travis scripts executable
This commit is contained in:
parent
9855b50a42
commit
307c427200
@ -2,10 +2,10 @@ language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
before_install:
|
||||
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh
|
||||
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh && chmod +x update_gcc_version.sh
|
||||
&& ./update_gcc_version.sh 4.9
|
||||
before_script:
|
||||
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.py
|
||||
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.py && chmod +x setup_biicode_project.py
|
||||
&& ./setup_biicode_project.py
|
||||
script:
|
||||
- bii find
|
||||
|
Loading…
Reference in New Issue
Block a user