mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
make script executable
This commit is contained in:
parent
81e7f8679e
commit
5211fb0c79
1 changed files with 2 additions and 1 deletions
|
|
@ -14,4 +14,5 @@ after_script:
|
||||||
# - go test -race ./...
|
# - go test -race ./...
|
||||||
- ./gocoverage.sh
|
- ./gocoverage.sh
|
||||||
script:
|
script:
|
||||||
- "./travis.sh"
|
- chmod +x travis.sh
|
||||||
|
- ./travis.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue