Update travis config to run elm tests.

This commit is contained in:
Dillon Kearns 2020-01-26 10:24:11 -08:00
parent 2825dd038f
commit c4c50d433f

View File

@ -1,26 +1,13 @@
sudo: false
language: node_js
node_js: "8.11.4"
os:
- linux
env:
matrix:
- ELM_VERSION=0.19.1
before_install:
- npm i -g npm@lts
- npm i -g elm@latest-0.19.1
- npm i -g npm@6.4.1
language: elm
elm: latest-0.19.1
elm-test: latest-0.19.1
elm-format: 0.8.2
install:
- npm ci
script:
- echo '$TRAVIS_TAG is ' $TRAVIS_TAG
- npm run build
- npm test
deploy:
- provider: npm