Added Travis config

This commit is contained in:
Derek Collison
2012-10-31 16:17:14 -07:00
parent c7dbb8bd0e
commit c9a2137b61

10
.travis.yml Normal file
View File

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