Permalink
Fetching contributors…
Cannot retrieve contributors at this time
25 lines (19 sloc) 388 Bytes
environment:
ELM_VERSION: "0.18.0"
matrix:
- nodejs_version: "8"
- nodejs_version: "4"
platform:
- x86
- x64
matrix:
fast_finish: true
install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:Platform
- node --version
- npm --version
- npm install -g elm@%ELM_VERSION% mocha
- npm install
test_script:
- npm test
build: off