diff --git a/.gitignore b/.gitignore index 28acb68..131dbe4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /config.json /chihaya +/Godeps/_workspace diff --git a/.travis.yml b/.travis.yml index f127c3a..d8b3f05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ sudo: false before_install: - go get github.com/tools/godep + - godep restore script: - godep go test ./...