elm/.travis.yml
Erik Simmler 8f82b36223 Fix tests (#106)
Fixes #100

* Upgrade Node Test Runner and Test Files
* Avoid Installing Deps in Each Exercise
2016-08-22 20:31:41 -04:00

20 lines
255 B
YAML

---
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
script:
- bin/fetch-configlet
- bin/configlet .
- bin/build.sh
cache:
directories:
- elm-stuff