Skip to content

Commit

Permalink
travis: Use go get ./...
Browse files Browse the repository at this point in the history
  • Loading branch information
mewmew committed Feb 3, 2015
1 parent 779e995 commit ce0ed1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_install:
- go get github.com/mattn/goveralls

install:
- go get github.com/mewmew/playground/...
- go get ./...

before_script:
- wget https://gist.github.com/mewmew/379014c9a2e6885e238d/raw/goclean.sh
Expand Down

0 comments on commit ce0ed1d

Please sign in to comment.