Skip to content

Commit ea25a76

Browse files
committed
try fix builds travis
1 parent 233a031 commit ea25a76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ cache: apt
1111
go_import_path: gopkg.in/gorethink/gorethink.v3
1212

1313
before_script:
14+
- go get -t ./...
1415
- source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
1516
- wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
1617
- sudo apt-get update

0 commit comments

Comments
 (0)