Skip to content

Commit

Permalink
Try at first
Browse files Browse the repository at this point in the history
  • Loading branch information
toomore committed Apr 26, 2017
1 parent d309381 commit 5089eab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ before_install:
- go get golang.org/x/tools/cmd/goimports

script:
- docker build -t toomore/gogrs:latest ./
- docker images; cd ./docker-mini; sh ./make.sh
- docker run -it --rm toomore/gogrs:mini sh -c "gogrs_example; realtime -h; tradingdays_server -h; twsecache -h; twsereport -h;"
- cd ../
- sh ./goclean.sh
- $HOME/gopath/bin/goveralls -coverprofile=coverage.cov -service=travis-ci
- bash <(curl -s https://codecov.io/bash)
- go test -bench=. -benchmem ./tradingdays
- go test -bench=. -benchmem ./twse
- go test -bench=. -benchmem ./utils
- docker build -t toomore/gogrs:latest ./
- docker images; cd ./docker-mini; sh ./make.sh
- docker run -it --rm toomore/gogrs:mini sh -c "gogrs_example; realtime -h; tradingdays_server -h; twsecache -h; twsereport -h;"
- sh ./install_all_cmd.sh

0 comments on commit 5089eab

Please sign in to comment.