make script executable

This commit is contained in:
Taylor Gerring 2014-11-15 17:56:16 -06:00
parent 81e7f8679e
commit 5211fb0c79
1 changed files with 2 additions and 1 deletions

View File

@ -14,4 +14,5 @@ after_script:
# - go test -race ./...
- ./gocoverage.sh
script:
- "./travis.sh"
- chmod +x travis.sh
- ./travis.sh