diff options
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 174f4f824..44179430d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,4 +14,5 @@ after_script: # - go test -race ./... - ./gocoverage.sh script: - - "./travis.sh" + - chmod +x travis.sh + - ./travis.sh |