Skip to content

Commit 8764ea3

Browse files
committed
Put mini into test
1 parent ab7df09 commit 8764ea3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ before_install:
1515
- go get github.com/golang/lint/golint
1616
- go get github.com/mattn/goveralls
1717
- go get golang.org/x/tools/cmd/goimports
18-
- cd ./docker-mini; sh ./make.sh
1918

2019
script:
2120
- sh ./goclean.sh
@@ -25,3 +24,6 @@ script:
2524
- go test -bench=. -benchmem ./twse
2625
- go test -bench=. -benchmem ./utils
2726
- sh ./install_all_cmd.sh
27+
- 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

Comments
 (0)