Skip to content

Commit

Permalink
Merge pull request #163 from nijikon/update-to-recent-version
Browse files Browse the repository at this point in the history
update to recent versions in travis
  • Loading branch information
tarcieri committed Nov 22, 2017
2 parents 1b8890d + bdce964 commit 7479a8a
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .travis.yml
Expand Up @@ -9,17 +9,24 @@ branches:
- master

rvm:
- jruby-9.1.6.0
- 2.2.6
- 2.3.3
- 2.4.0
- 2.2.8
- 2.3.5
- 2.4.2
- ruby-head
- jruby-9.1.14.0
- jruby-head
- rbx-2

env:
- LIBSODIUM_VERSION=1.0.0 # Minimum supported
- LIBSODIUM_VERSION=1.0.11 # Latest released

matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-2

notifications:
irc: "irc.freenode.org#cryptosphere"

0 comments on commit 7479a8a

Please sign in to comment.