travis: remove dep directive from travis, as we use go modules now

This commit is contained in:
Olaoluwa Osuntokun 2018-11-28 17:15:32 -08:00
parent e6c22d658d
commit e5f4b7ca66
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

View File

@ -27,7 +27,6 @@ install:
script:
# Common for all builds.
- make dep
- make btcd
# Run linter if LINT=true.