diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-12-10 07:50:06 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-12-10 07:50:06 +0900 |
commit | 6480fcbd3bad98e80440210ace0ac9959b60d888 (patch) | |
tree | d8e4dfd3efe045d027da88ff76c15f6c21338322 | |
parent | d2c94301eb700f82c0a0b5a9a4ac64c2b302f626 (diff) |
add .travis.yml
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..5f123764 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: go + +go: + - 1.3 + - tip |