mirror of
https://github.com/correl/elm.git
synced 2024-11-25 11:09:53 +00:00
54e3017815
* 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
20 lines
255 B
YAML
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
|