diff options
author | Damien Mathieu <42@dmathieu.com> | 2014-02-03 13:37:17 +0100 |
---|---|---|
committer | Damien Mathieu <42@dmathieu.com> | 2014-02-03 13:37:17 +0100 |
commit | 574cbfde364ed091b0db8075be6e5f9058823bec (patch) | |
tree | 4307b00860c343efefca57a7f3a417606e550c78 /script/test | |
parent | remove tests.test (diff) | |
download | sleepy-574cbfde364ed091b0db8075be6e5f9058823bec.tar.gz sleepy-574cbfde364ed091b0db8075be6e5f9058823bec.tar.bz2 sleepy-574cbfde364ed091b0db8075be6e5f9058823bec.zip |
setup travis for continuous integration
Diffstat (limited to 'script/test')
-rwxr-xr-x | script/test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/script/test b/script/test new file mode 100755 index 0000000..ff2d632 --- /dev/null +++ b/script/test @@ -0,0 +1,3 @@ +script/build +go fmt ./... +go test -v ./... |