We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7df09 commit 8764ea3Copy full SHA for 8764ea3
.travis.yml
@@ -15,7 +15,6 @@ before_install:
15
- go get github.com/golang/lint/golint
16
- go get github.com/mattn/goveralls
17
- go get golang.org/x/tools/cmd/goimports
18
- - cd ./docker-mini; sh ./make.sh
19
20
script:
21
- sh ./goclean.sh
@@ -25,3 +24,6 @@ script:
25
24
- go test -bench=. -benchmem ./twse
26
- go test -bench=. -benchmem ./utils
27
- sh ./install_all_cmd.sh
+ - docker build -t toomore/gogrs:latest ./ ; cd ./docker-mini; sh ./make.sh
28
+ - docker images
29
+ - docker run -it --rm toomore/gogrs:mini sh -c "gogrs_example; realtime; tradingdays_server -h; twsecache; twsereport;"
0 commit comments