Skip to content

Commit

Permalink
add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lujiajing1126 committed Jan 7, 2019
1 parent 1110881 commit 9579011
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,10 @@ jobs:
- image: node:10
steps:
- test-nodejs

workflows:
node-multi-build:
jobs:
- node-v6
- node-v8
- node-v10

0 comments on commit 9579011

Please sign in to comment.