Explorar o código

Simplify travis config

Per http://docs.travis-ci.com/user/languages/go/ "go test -v" is the default
action, so there's no need to explicitly specify it. Also remove some trailing
whitespace.
Evan Huus %!s(int64=11) %!d(string=hai) anos
pai
achega
c4f46ee980
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      .travis.yml

+ 1 - 4
.travis.yml

@@ -1,7 +1,4 @@
 language: go
-go: 
+go:
   - 1.1
   - 1.2
-
-script:
-  - go test -v