Procházet zdrojové kódy

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 před 11 roky
rodič
revize
c4f46ee980
1 změnil soubory, kde provedl 1 přidání a 4 odebrání
  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