diff options
| author | Alexandr Razumov <alexandr.razumov@ostrovok.ru> | 2016-04-01 22:23:37 +0300 |
|---|---|---|
| committer | Alexandr Razumov <alexandr.razumov@ostrovok.ru> | 2016-04-01 22:23:37 +0300 |
| commit | a2bb5a34fda6241c242a9d37f7f9d1d0e155b756 (patch) | |
| tree | bdcfee5ddd99f6af8cf76e416a331e2bd21d5278 | |
| parent | ca2a6cc36bf91e1072751c4d8567829f47f3855b (diff) | |
| download | seaweedfs-a2bb5a34fda6241c242a9d37f7f9d1d0e155b756.tar.xz seaweedfs-a2bb5a34fda6241c242a9d37f7f9d1d0e155b756.zip | |
update .travis.yml
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 27d6b58bf..059699b8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ sudo: false language: go -go: +go: - 1.5 + - 1.6 - tip before_install: @@ -9,6 +10,6 @@ before_install: install: - go get ./go/... - + script: - go test ./go/... |
