UNPKG

414 BYAMLView Raw
1environment:
2 ELM_VERSION: "0.19.0-bugfix6"
3 matrix:
4 - nodejs_version: "12.0"
5 - nodejs_version: "10.0"
6 - nodejs_version: "8.0"
7
8platform:
9 - x64
10
11matrix:
12 fast_finish: true
13
14install:
15 - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:Platform
16 - node --version
17 - npm --version
18 - npm install
19 - npm install -g elm@%ELM_VERSION%
20
21test_script:
22 - npm test
23
24build: off