diff options
author | Doug Black <doug@dougblack.io> | 2014-03-29 23:07:54 -0700 |
---|---|---|
committer | Doug Black <doug@dougblack.io> | 2014-03-29 23:07:54 -0700 |
commit | 4f8269a8f4b5645b1896314787b5b2389939fa20 (patch) | |
tree | 0a4d01551282918300a186f51b5dd06dba9518b4 /script/test | |
parent | Merge pull request #13 from yuyabee/export_mux (diff) | |
parent | setup travis for continuous integration (diff) | |
download | sleepy-4f8269a8f4b5645b1896314787b5b2389939fa20.tar.gz sleepy-4f8269a8f4b5645b1896314787b5b2389939fa20.tar.bz2 sleepy-4f8269a8f4b5645b1896314787b5b2389939fa20.zip |
Merge pull request #16 from dmathieu/setup_ci
Setup continuous integrations
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 ./... |