Skip to content

Commit

Permalink
adds link to sample .travis.yml file for elm-lang (Elm) projects. closes
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jan 4, 2018
1 parent 11923db commit 58ae5d7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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!


<a name="elm-lang"></a>
## 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_)


<a name="install-travis-cli-on-ubuntu"></a>
## Install Travis-CLI on Ubuntu

Expand Down

0 comments on commit 58ae5d7

Please sign in to comment.