Skip to content

Commit

Permalink
修复travis.yml文件中前端启动版本配置
Browse files Browse the repository at this point in the history
  • Loading branch information
B15030328 committed Jun 1, 2021
1 parent 9c5e776 commit c50c16c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ script:
- go test -v -race ./... -coverprofile=coverage.txt -covermode=atomic
- cd assets
- npm install
- npm run build

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit c50c16c

Please sign in to comment.