@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">
18 lines (17 loc) • 299 B
YAML
node_js:
- "4"
- "5"
- "6"
- "7"
sudo: false
language: node_js
script: "npm run test"
after_success: "npm i -g codecov && npm run coverage && codecov"
addons:
apt:
packages:
- xvfb
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm install