@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 (24 loc) • 555 B
YAML
sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- node
- '4.0.0'
before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
script: 'npm run-script test-travis'
after_success:
- 'cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js'
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
- python travis_after_all.py
- 'export $(cat .to_export_back) &> /dev/null'
- npm run semantic-release
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"