Skip to content

Commit 10b7012

Browse files
committed
set up CI with Azure Pipelines
[skip ci]
1 parent c033748 commit 10b7012

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

azure-pipelines.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
trigger:
3+
- master
4+
5+
pool:
6+
vmImage: ubuntu-latest
7+
8+
steps:
9+
- task: NodeTool@0
10+
inputs:
11+
versionSpec: '10.x'
12+
displayName: 'Install Node.js'
13+
14+
- script: |
15+
npm install
16+
npm test
17+
displayName: 'npm test'

0 commit comments

Comments
 (0)