aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTreyBastian <trey.bastian@gmail.com>2015-05-11 19:59:22 +0100
committerTreyBastian <trey.bastian@gmail.com>2015-05-11 19:59:22 +0100
commitd62b22d6d09a6e2512bb701421a0d17cd193ebad (patch)
tree4100d411de445a8e84a600b6df72243b59f19878 /.travis.yml
parent67fd1dfc1117219862c4cc90a3d97ffbf71bb5c3 (diff)
parent2de721dec4cfc2c524c59866a368a843b6cc6c95 (diff)
Merge remote-tracking branch 'origin/master'
Conflicts: .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index a7ab854..8037bc8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,11 @@
language: go
go:
- -tip
+ -tip
before_install:
- go get github.com/modocache/gover
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- - go test -v -coverprofile=colourize.coverprofile ./colourize
- - $HOME/gopath/bin/gover
- - $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci \ No newline at end of file
+ - go test -v -coverprofile=colourize.coverprofile ./colourize
+ - $HOME/gopath/bin/gover
+ - $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci