浏览代码

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 11 年之前
父节点
当前提交
c4f46ee980
共有 1 个文件被更改,包括 1 次插入4 次删除
  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