Skip to content

Commit 0f844f0

Browse files
committed
update travis
1 parent 24d8fbd commit 0f844f0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before_install:
77
- go get -t -v ./...
88

99
script:
10-
- ./go.test.sh
10+
- chmod +x ./go.test.sh && ./go.test.sh
1111

1212
after_success:
1313
- bash <(curl -s https://codecov.io/bash)

go.test.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)