elm/.travis.yml
Erik Simmler 54e3017815 Update to elm-test 2.0 (#96)
* Update exercises to elm-test 2.0

* Update docs to mention `elm-test` again

* Update .travis.yml to the correct version of elm-test

* Conform to the `<| \() ->` convention
2016-08-17 07:14:17 -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.1
- elm package install -y
script:
- bin/fetch-configlet
- bin/configlet .
- bin/build.sh
cache:
directories:
- elm-stuff