Skip to content

Commit 435a70f

Browse files
committed
Fixed travis config
1 parent 7186237 commit 435a70f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: go
22

3-
gobuild_args: -tags='cluster' -race -v -gocheck.vv
4-
53
go:
64
- 1.4
75
- 1.5
@@ -17,3 +15,5 @@ before_script:
1715
- rethinkdb --port-offset 1 --directory rethinkdb_data1 --join localhost:29016 > /dev/null 2>&1 &
1816
- rethinkdb --port-offset 2 --directory rethinkdb_data2 --join localhost:29016 > /dev/null 2>&1 &
1917
- rethinkdb --port-offset 3 --directory rethinkdb_data3 --join localhost:29016 > /dev/null 2>&1 &
18+
19+
script: go test -tags='cluster' -race -check.vv -v ./...

0 commit comments

Comments
 (0)