Skip to content

Commit

Permalink
uses cayley 0.7.0 as travis default version
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Dec 28, 2017
1 parent dc8a6bc commit e83e2bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ sudo: false

env:
matrix:
- CAYLEY=v0.6.1 CAYLEY_PKG=v0.6.1 TRAVIS_COVERAGE=true
- CAYLEY=v0.7.0 CAYLEY_PKG=0.7.0
- CAYLEY=v0.6.1 CAYLEY_PKG=v0.6.1
- CAYLEY=v0.7.0 CAYLEY_PKG=0.7.0 TRAVIS_COVERAGE=true

matrix:
include:
- elixir: 1.4.5
env: CAYLEY=v0.6.1 CAYLEY_PKG=v0.6.1
env: CAYLEY=v0.7.0 CAYLEY_PKG=0.7.0
- elixir: 1.5.1
env: CAYLEY=v0.6.1 CAYLEY_PKG=v0.6.1
env: CAYLEY=v0.7.0 CAYLEY_PKG=0.7.0
- elixir: 1.5.1
env: CAYLEY=v0.6.1 CAYLEY_PKG=v0.6.1
env: CAYLEY=v0.7.0 CAYLEY_PKG=0.7.0
otp_release: 19.3
- elixir: 1.5.1
env: CAYLEY=v0.6.1 CAYLEY_PKG=v0.6.1
env: CAYLEY=v0.7.0 CAYLEY_PKG=0.7.0
otp_release: 20.0

before_install: |-
Expand Down

0 comments on commit e83e2bf

Please sign in to comment.