elm/.travis.yml

23 lines
283 B
YAML
Raw Normal View History

2015-12-06 22:12:37 -08:00
---
2015-09-08 13:03:25 -06:00
language: bash
sudo: false
install:
- nvm install 6
- nvm use 6
- npm install
2016-08-26 01:59:03 -06:00
- bin/install-elm-format linux
- export PATH=$PATH:$PWD/bin
2015-09-08 13:03:25 -06:00
script:
- bin/fetch-configlet
- bin/configlet .
- bin/build.sh
2016-03-13 21:05:37 -04:00
cache:
directories:
- node_modules
- elm-stuff