elm/.travis.yml

23 lines
319 B
YAML
Raw Normal View History

2015-12-07 06:12:37 +00:00
---
2015-09-08 19:03:25 +00:00
language: bash
sudo: false
install:
- nvm install 6
- nvm use 6
- npm install -g elm@0.17.1 elm-test@0.17.3
- elm package install -y
2016-08-26 07:59:03 +00:00
- bin/install-elm-format linux
- export PATH=$PATH:$PWD/bin
2015-09-08 19:03:25 +00:00
script:
- bin/fetch-configlet
- bin/configlet .
- bin/build.sh
2016-03-14 01:05:37 +00:00
cache:
directories:
- elm-stuff