Skip to content

Commit

Permalink
Add Cayley 0.7.7 to Travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Oct 15, 2019
1 parent 2bbbf3b commit c35bc32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
env: CAYLEY=0.7.5 CAYLEY_TAG=v0.7.5
otp_release: 22.0
after_success: mix coveralls.travis
- <<: *test
elixir: 1.9.2
env: CAYLEY=0.7.7 CAYLEY_TAG=v0.7.7
otp_release: 22.0
after_success: mix coveralls.travis

- stage: code quality
elixir: 1.9.2
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Tested Cayley versions:
- `0.7.3`
- `0.7.4`
- `0.7.5`
- `0.7.7`

(see [`.travis.yml`](https://github.com/mneudert/caylir/blob/master/.travis.yml) to be sure)

Expand Down

0 comments on commit c35bc32

Please sign in to comment.