Skip to content

Commit

Permalink
fix(ci): remove test-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 12, 2018
1 parent 978e987 commit 0fec992
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,6 @@ jobs:
environment:
- VUE_VERSION: "latest"
- NODE_ENV: "test"

test-beta:
<<: *defaults
steps:
- attach_workspace:
at: ~/project
- run:
name: Test
command: yarn test --maxWorkers=2 --coverage && yarn codecov
environment:
- VUE_VERSION: "beta"
- NODE_ENV: "test"

docs:
<<: *defaults
steps:
Expand Down

0 comments on commit 0fec992

Please sign in to comment.