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 7186237 commit 435a70fCopy full SHA for 435a70f
.travis.yml
@@ -1,7 +1,5 @@
1
language: go
2
3
-gobuild_args: -tags='cluster' -race -v -gocheck.vv
4
-
5
go:
6
- 1.4
7
- 1.5
@@ -17,3 +15,5 @@ before_script:
17
15
- rethinkdb --port-offset 1 --directory rethinkdb_data1 --join localhost:29016 > /dev/null 2>&1 &
18
16
- rethinkdb --port-offset 2 --directory rethinkdb_data2 --join localhost:29016 > /dev/null 2>&1 &
19
- rethinkdb --port-offset 3 --directory rethinkdb_data3 --join localhost:29016 > /dev/null 2>&1 &
+
+script: go test -tags='cluster' -race -check.vv -v ./...
0 commit comments