Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dansimau committed Dec 27, 2018
1 parent e5da65b commit 8d578e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: go
before_install:
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
cache:
- vendor
deploy:
Expand All @@ -15,5 +17,4 @@ go:
install:
- make vendor
script:
- make lint
- make test

0 comments on commit 8d578e7

Please sign in to comment.