Commit 5211fb0c authored by Taylor Gerring's avatar Taylor Gerring

make script executable

parent 81e7f867
...@@ -14,4 +14,5 @@ after_script: ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment