elm/.travis.yml

21 lines
261 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 0.12
- nvm use 0.12
- npm install -g elm@0.16.0 elm-test@0.16.0
- elm package install -y
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:
- elm-stuff