What is the _bare minimum_ required in the `.travis.yml` file to test an Elm project on Travis-CI? Examples: + https://github.com/elm-community/elm-test/blob/2.1.0/.travis.yml + https://github.com/rtfeldman/elm-css/blob/master/.travis.yml + https://github.com/elm-community/elm-time/blob/master/.travis.yml The available examples include quite a lot of _uncommented_ code ... We need to _clarify_ why each line exists so other people can _understand_ the file.