Skip to content

Commit

Permalink
Change elm-format version in travis to 0.8.1
Browse files Browse the repository at this point in the history
Corrects version mismatch in `.travis.yml` with Contributing section.

Currently, the Contributing section in README.md states contributors
need to use `elm-format` version 0.8.1.
  • Loading branch information
lenards committed Oct 5, 2019
1 parent 7060ad0 commit 15bb0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: elm
elm: 0.19.0
elm-format: 0.8.0
elm-format: 0.8.1

0 comments on commit 15bb0b2

Please sign in to comment.