diff --git a/README.md b/README.md index 54a2f0f..fe20356 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Our ***quick guide*** to **Travis CI** (*Continuous Integration*) for ***complet 1. [Include Environment Variables in your `.travis.yml` file](#environment-variables-travis.yml) 2. [Add environment Variables in the Web Interface](#environment-variables-web-interface) 3. [Secure (Encrypted) Environment Variables](#environment-variables-secured) +5. [Elm Lang](#elm-lang) 6. [Install Travis-CLI on Ubuntu](#install-travis-cli-on-ubuntu) 7. [Going further](#going-further) 1. [General CI Background Reading](#general-ci) @@ -358,6 +359,22 @@ Type `yes` to confirm you are your project, you should now see your encrypted va Paste this in your `.travis.yml` file, commit and push it to GitHub! + + +## Elm-lang Project + +@dwyl we use (_and **highly recommend**_) Elm. + +> If you are new to Elm please see: https://github.com/dwyl/learn-elm + +If you need a sample `.travis.yml` file for use with Elm projects, +please see: https://github.com/nelsonic/photo-groove/blob/master/.travis.yml + +For more detail see our issue investigating this: +https://github.com/dwyl/learn-travis/issues/31 +(_we looked at several prominent Elm projects to distil the config/script_) + + ## Install Travis-CLI on Ubuntu