Travis configuration now marks mktestconfig.sh as executable.
This commit is contained in:
parent
89a75b846a
commit
8049d52e93
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
language: rust
|
language: rust
|
||||||
script:
|
script:
|
||||||
|
- chmod +x mktestconfig.sh
|
||||||
- ./mktestconfig.sh
|
- ./mktestconfig.sh
|
||||||
- cargo build --verbose
|
- cargo build --verbose
|
||||||
- cargo test --verbose
|
- cargo test --verbose
|
||||||
|
|
Loading…
Reference in a new issue