diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5f9abb7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: haskell +ghc: + - 7.6 diff --git a/README.md b/README.md index ffdb75c..6a0f44e 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 **Note for OS X 10.9 Maverics:** you must follow @@ -49,3 +48,5 @@ Check it out [on Hackage](http://hackage.haskell.org/package/Elm) if you are int 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)