CodeforAustralia / heritage-near-me

🔎 Heritage Near Me web app prototype
23 stars 6 forks source link

automate build #72

Closed techieshark closed 8 years ago

techieshark commented 8 years ago

Adds Travis config file, fixes #71

Note: this just runs elm make to ensure the elm code compiles; it doesn't run any particular tests otherwise.

techieshark commented 8 years ago

OK but it takes many minutes:

image

techieshark commented 8 years ago

Helped:

image

and instead of building 83 modules we build 13 -- see output from Travis:

make app
elm make src/App.elm --output swipe-local-history.js
Success! Compiled 13 modules.
Successfully generated swipe-local-history.js