Easier way to test all sub-dirs

This commit is contained in:
Derek Collison
2012-11-14 08:56:25 -08:00
parent 7c82d49fb7
commit 6fc6660c46

View File

@@ -1,17 +1,5 @@
language: go
script:
- cd hashmap
- go test -i
- go test -v
- cd ..
- cd sublist
- go test -i
- go test -v
- cd ..
- cd server
- go test -i
- go test -v
- cd ..
- go test -i
- go test -v
- go test -i ./...
- go test ./...