Commit graph

24 commits

Author SHA1 Message Date
Erik Simmler
59bb15e0c1 Standardize line endings 2017-10-10 21:53:47 -04:00
Morten Nygaard Åsnes
44b1cde071 Removed debugging printing 2017-10-10 20:53:16 +02:00
Morten Nygaard Åsnes
92305de08b Download elm-format on windows 2017-10-10 20:41:48 +02:00
Erik Simmler
1ebbaae152 Remove skips from tests before checking in CI
This is a bit gross, but I think optimizing for the end users is important enough to justify the dance.
2017-07-07 20:23:32 -04:00
Erik Simmler
be214210cc Update elm-format to latest “stable” version (0.6.1-alpha) 2017-05-28 15:19:33 -04:00
Erik Simmler
77ebccf43c Download an xelm local copy of elm-format and use that to ensure consistent versioning 2017-05-28 08:14:40 +02:00
Erik Simmler
2ff013304a Ensure individual exercise elm-package.json files are tested in CI
Also removes need to manage a centralized elm-package.json
2017-05-28 08:14:40 +02:00
ilias
9cf23c2804 Speed up ./bin/build.sh 2017-05-28 08:14:40 +02:00
ilias
fbb64e1576 Support for new elm-test version 2017-05-28 08:14:40 +02:00
Erik Simmler
3b35718196 Update exercise support files to npm + elm 0.18 2016-12-17 17:29:40 -05:00
Erik Simmler
b15ee1f3f2 Update bin/build.sh to reflect the npm powered structure 2016-12-17 14:04:21 -05:00
Joshua Stoutenburg
359ad21a08 Detect OS for Elm Format Download 2016-08-26 10:50:55 -06:00
Joshua Stoutenburg
ecb6e88d14 Run Elm Test in CI 2016-08-26 01:59:03 -06:00
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
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
Erik Simmler
b182aa4fc0 Auto install elm packages in bin/build.sh 2016-05-13 18:56:30 -04:00
Erik Simmler
cb3e064605 Add test running wrappers 2016-05-13 17:41:34 -04:00
Norbert Melzer
ec0b7bea5d Add shebang to bin/build.sh
Without the shebang, the buildscript might fail on environments which do
not use `bash` or a compatible shell as default.

This PR fixes the issue and makes the script more robust to the
environment.
2016-04-18 01:24:36 +02:00
Lew Parker
5715a93274 Make it easy to run elm-format locally
- run WITH_FORMAT=true bin/build.sh
2016-03-19 12:51:58 -06:00
Lew Parker
36719edd91 Collect exercise failures rather than exiting early. 2016-03-15 09:34:34 -06:00
Erik Simmler
791b4ab6c7 Exit build.sh with an error if one of the exercise examples fails the test run 2016-03-13 21:09:37 -04:00
Lew Parker
a20d8db58a Adds the Bob exercise 2016-02-27 10:45:34 -07:00
Lew Parker
8c8481fb8f Setup Hello World and top level testing 2016-02-22 20:29:13 -07:00
Katrina Owen
fbf6f351a8 Bootstrap elm track 2015-09-08 13:03:25 -06:00