mirror of
https://github.com/correl/elm.git
synced 2024-11-15 19:19:31 +00:00
22 lines
283 B
YAML
22 lines
283 B
YAML
---
|
|
language: bash
|
|
|
|
|
|
sudo: false
|
|
|
|
install:
|
|
- nvm install 6
|
|
- nvm use 6
|
|
- npm install
|
|
- bin/install-elm-format linux
|
|
- export PATH=$PATH:$PWD/bin
|
|
|
|
script:
|
|
- bin/fetch-configlet
|
|
- bin/configlet .
|
|
- bin/build.sh
|
|
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
- elm-stuff
|