Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 693 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 693 Bytes

osloelmday.no

Build Status

Development

Run the site using elm-live

$ elm-live elm/Main.elm --dir=./site -- --output=./site/elm.min.js

Deploy

The project uses Travis for continous integration. All commits to branches trigger a build to verify that the code works. If the build succeeds travis will procede to publish the code, either to test or production. All branch builds will trigger deployment to test, only master builds will trigger a deployment to production.