diff options
author | Steve Purcell <steve@sanityinc.com> | 2019-01-15 23:27:30 +1300 |
---|---|---|
committer | Jakub Hampl <kopomir@gmail.com> | 2019-01-15 10:27:30 +0000 |
commit | 00600a345eb595e8dc18cf499fb6635a932a8cb7 (patch) | |
tree | dd50bb6442bf3add4509ad26e7655ab7e2e3623d /.travis.yml | |
parent | a92346489556d89dbff959e21eb3d6804e69b425 (diff) |
Adds travis testing
* Use "elm make" to test this
* Add simple travis config
* Update example in README from Example01.elm, so it is compilable
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..587bd3e --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: node_js |