UNPKG

@dillonkearns/elm-graphql

Version:

<img src="https://cdn.rawgit.com/martimatix/logo-graphqelm/master/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">

25 lines (18 loc) 253 B
sudo: false language: node_js node_js: "lts/*" cache: directories: - test/elm-stuff/build-artifacts - node_modules os: - linux env: matrix: - ELM_VERSION=0.19.0 install: - npm install script: - npm test - npm run approve