diff options
author | Doug Black <dblack@twilio.com> | 2014-03-29 23:52:47 -0700 |
---|---|---|
committer | Doug Black <dblack@twilio.com> | 2014-03-29 23:52:47 -0700 |
commit | 2594e806e98e542a71ba3602a681385c195cad7f (patch) | |
tree | c077a1242bb39a466c061380bb9e3f757b95ded0 /script | |
parent | add test make target (diff) | |
download | sleepy-2594e806e98e542a71ba3602a681385c195cad7f.tar.gz sleepy-2594e806e98e542a71ba3602a681385c195cad7f.tar.bz2 sleepy-2594e806e98e542a71ba3602a681385c195cad7f.zip |
fix test and remove script directory
Diffstat (limited to 'script')
-rwxr-xr-x | script/build | 4 | ||||
-rwxr-xr-x | script/test | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/script/build b/script/build deleted file mode 100755 index 980a1a2..0000000 --- a/script/build +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -go get -d -v ./... -go build -v ./... diff --git a/script/test b/script/test deleted file mode 100755 index ff2d632..0000000 --- a/script/test +++ /dev/null @@ -1,3 +0,0 @@ -script/build -go fmt ./... -go test -v ./... |