diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..5f9abb771 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: haskell +ghc: + - 7.6 diff --git a/README.md b/README.md index 5e7fb1afa..98c27906b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ Learn about the Elm programming language at [elm-lang.org](http://elm-lang.org/). - ## Install **Arch Linux** — follow [these directions](https://github.com/evancz/Elm/wiki/Installing-Elm#arch-linux) and then @@ -57,3 +56,5 @@ If you are stuck, email [the list](https://groups.google.com/forum/?fromgroups#!forum/elm-discuss) or ask a question in the [#Elm IRC channel](http://webchat.freenode.net/?channels=elm). + +[![Build Status](https://travis-ci.org/evancz/Elm.png)](https://travis-ci.org/evancz/Elm)