Skip to content

Commit

Permalink
one more whack at travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jprobinson committed Mar 16, 2016
1 parent 183ee3a commit 991cb51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ install:
- curl -O https://storage.googleapis.com/appengine-sdks/$FILE
- unzip -q go_appengine_sdk_linux*
- export PATH=$PATH:$PWD/go_appengine/
- ls $PWD/go_appengine/
- echo $PATH

script:
- make test
Expand Down
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ updatedeps:
go get -d -v -u -f github.com/NYTimes/gizmo/...

testdeps:
go get -d -v -t github.com/NYTimes/gizmo/...
for dir in $$(go list ./... | grep -v 'examples\/servers\/appengine\|examples\/servers\/datastore-saved-items\|.git'); do \
go get -d -v -t $${dir}; \
done

updatetestdeps:
go get -d -v -t -u -f github.com/NYTimes/gizmo/...
Expand Down

0 comments on commit 991cb51

Please sign in to comment.