Skip to content

Commit 934ea74

Browse files
committed
Add Travis Install Script
This change adds installation of godep to the installation stage of a Travis CI run.
1 parent 79b9c73 commit 934ea74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
language: go
33
go:
44
- 1.4.2
5+
install: go get -v github.com/tools/godep
56
script: scripts/runTests
67
sudo: false
78
notifications:

0 commit comments

Comments
 (0)