diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-12-10 08:01:18 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-12-10 08:01:18 +0900 |
commit | d5b73163ef78705920dc075215c9464fff4035cf (patch) | |
tree | b32e488b1f1be86fdd1f7db479b19413059c21a3 | |
parent | 6480fcbd3bad98e80440210ace0ac9959b60d888 (diff) |
update .travis.yml
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5f123764..e8ae2a9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,6 @@ language: go go: - 1.3 - tip + +script: + - go test -v ./... |