mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Updated Travis.yml and test procedures in common
This commit is contained in:
committed by
Adrian Gallagher
parent
26b840597b
commit
6afaefa5bf
10
.travis.yml
10
.travis.yml
@@ -1,14 +1,14 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.7
|
||||
- tip
|
||||
go:
|
||||
- 1.8.x
|
||||
- master
|
||||
|
||||
before_install:
|
||||
- go get -t -v ./...
|
||||
|
||||
script:
|
||||
- go test -race -coverprofile=coverage.txt -covermode=atomic
|
||||
- ./test.sh
|
||||
|
||||
install:
|
||||
- go get github.com/gorilla/websocket
|
||||
@@ -18,4 +18,4 @@ install:
|
||||
- go get github.com/gorilla/mux
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
@@ -558,7 +558,6 @@ func TestExtractPort(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestOutputCSV(t *testing.T) {
|
||||
t.Parallel()
|
||||
path := "../testdata/dump"
|
||||
data := [][]string{}
|
||||
rowOne := []string{"Appended", "to", "two", "dimensional", "array"}
|
||||
|
||||
Reference in New Issue
Block a user