elm/.travis.yml

21 lines
268 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 0.12
- nvm use 0.12
- npm install -g elm@0.17.0 elm-test@0.16.1-alpha4
- elm package install -y
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