@dillonkearns/elm-graphql
Version:
<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">
25 lines (19 loc) • 382 B
YAML
environment:
ELM_VERSION: 0.18
matrix:
- nodejs_version: "5.0"
- nodejs_version: "4.2"
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%
- npm install
test_script:
- npm test
build: off