mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-23 06:04:23 +03:00
20 lines
295 B
YAML
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
|