summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEyal Posener <[email protected]>2017-05-08 06:33:45 +0300
committerGitHub <[email protected]>2017-05-08 06:33:45 +0300
commit6dd6a04d241b1c267d686d5b4b112f8e8d3f7338 (patch)
tree28d9df10ae15cb7736f6a57f904eaf95083097ee /.travis.yml
parente8f6dfad584cb1e3082bc7ea82f8c0551dd944b3 (diff)
parent328144c31b5abd57be42f18ffb8a442c78619097 (diff)
Merge pull request #8 from posener/move-match
Move match
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 7fef76c..214fc60 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,9 +8,7 @@ before_install:
- go get -u -t ./...
script:
- - go test -v -race -coverprofile=coverage.txt -covermode=atomic
+ - ./test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)
-
-comment: off