-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from w0rm/master
Update to Elm 0.19.1
- Loading branch information
Showing
2 changed files
with
20 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
sudo: false | ||
|
||
language: node_js | ||
node_js: "10" | ||
|
||
install: | ||
- npm install [email protected] | ||
language: elm | ||
elm: | ||
- latest-0.19.1 | ||
elm_test: 0.19.1 | ||
elm_format: 0.8.2 | ||
|
||
script: | ||
- npx elm make HelloWorld.elm | ||
- npx elm make Part1.elm | ||
- npx elm make Part2.elm | ||
- npx elm make Part3.elm | ||
- npx elm make Part4.elm | ||
- npx elm make Part5.elm | ||
- npx elm make Part6.elm | ||
- npx elm make Part7.elm | ||
- npx elm make Part8.elm | ||
- elm make HelloWorld.elm | ||
- elm make Part1.elm | ||
- elm make Part2.elm | ||
- elm make Part3.elm | ||
- elm make Part4.elm | ||
- elm make Part5.elm | ||
- elm make Part6.elm | ||
- elm make Part7.elm | ||
- elm make Part8.elm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters