Skip to content

Commit

Permalink
update readme, remove OTP 21 from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
msimonborg committed Apr 11, 2019
1 parent 741a39c commit 560c113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ elixir:

otp_release:
- 20.3
- 21

before_script:
- if elixir -v | grep -q 1.8; then mix format --check-formatted; fi # only enforce formatting for Elixir ~> 1.8

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Yamlixir
[![Build Status](https://travis-ci.org/msimonborg/yamlixir.svg?branch=master)](https://travis-ci.org/msimonborg/yamlixir)

A simple YAML decoder for Elixir.

Expand Down

0 comments on commit 560c113

Please sign in to comment.