Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds link to sample .travis.yml file for elm-lang (Elm) projects. #32

Merged
merged 1 commit into from
Jan 4, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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