Added go test -i, removed hash

This commit is contained in:
Derek Collison
2012-10-31 16:21:50 -07:00
parent c9a2137b61
commit 0050b25a41

View File

@@ -1,10 +1,8 @@
language: go
script:
- cd hash
- go test -v
- cd ..
- cd hashmap
- go test -v
- cd ..
- go test -i
- go test -v