We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233a031 commit ea25a76Copy full SHA for ea25a76
.travis.yml
@@ -11,6 +11,7 @@ cache: apt
11
go_import_path: gopkg.in/gorethink/gorethink.v3
12
13
before_script:
14
+ - go get -t ./...
15
- source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
16
- wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
17
- sudo apt-get update
0 commit comments