aboutsummaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorDoug Black <dblack@twilio.com>2014-03-29 23:52:47 -0700
committerDoug Black <dblack@twilio.com>2014-03-29 23:52:47 -0700
commit2594e806e98e542a71ba3602a681385c195cad7f (patch)
treec077a1242bb39a466c061380bb9e3f757b95ded0 /script
parentadd test make target (diff)
downloadsleepy-2594e806e98e542a71ba3602a681385c195cad7f.tar.gz
sleepy-2594e806e98e542a71ba3602a681385c195cad7f.tar.bz2
sleepy-2594e806e98e542a71ba3602a681385c195cad7f.zip
fix test and remove script directory
Diffstat (limited to 'script')
-rwxr-xr-xscript/build4
-rwxr-xr-xscript/test3
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 ./...
bgstack15