make script executable

pull/199/head
Taylor Gerring 10 years ago
parent 81e7f8679e
commit 5211fb0c79
  1. 3
      .travis.yml

@ -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…
Cancel
Save