Skip to content

Commit

Permalink
[ci] Update .travis.yml to skip install step.
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar committed Jun 1, 2016
1 parent dce6373 commit dfa6b61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ matrix:
allow_failures:
- go: tip

install:
- # skip

script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d .)
Expand Down

0 comments on commit dfa6b61

Please sign in to comment.