Browse Source

Fixes .travis.yml

Manu Mtz-Almeida 10 years ago
parent
commit
792316b2e4
1 changed files with 4 additions and 6 deletions
  1. 4 6
      .travis.yml

+ 4 - 6
.travis.yml

@@ -5,10 +5,8 @@ go:
   - 1.4.2
   - 1.4.2
   - tip
   - tip
 
 
-install:
-    go get code.google.com/p/go.tools/cmd/cover
-    go get github.com/mattn/goveralls
-
 script:
 script:
-    go test -v -covermode=count -coverprofile=coverage.out
-    $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken yFj7FrCeddvBzUaaCyG33jCLfWXeb93eA
+  - go get golang.org/x/tools/cmd/cover
+  - go get github.com/mattn/goveralls
+  - go test -v -covermode=count -coverprofile=coverage.out
+  - goveralls -coverprofile=coverage.out -service=travis-ci -repotoken yFj7FrCeddvBzUaaCyG33jCLfWXeb93eA