elm-pages-v3-beta/.travis.yml
2020-01-26 10:34:22 -08:00

20 lines
295 B
YAML

language: elm
elm: latest-0.19.1
elm-test: latest-0.19.1
elm-format: 0.8.2
install:
- npm ci
script:
- npm test
deploy:
- provider: npm
email: dillon@dillonkearns.com
api_key: $NPM_TOKEN
skip_cleanup: true
on:
all_branches: true
condition: $TRAVIS_TAG =~ ^v