Merge pull request #1715 from hashicorp/b-travis

Removes the obsolete deps target from Travis.
This commit is contained in:
James Phillips 2016-02-12 18:46:13 -08:00
commit 2648a21da0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ branches:
only:
- master
install: make deps
install: make
script:
- make test