Skip to content

Commit

Permalink
travis: test more ruby versions and update pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Jun 5, 2019
1 parent 7897f47 commit c04b0dc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: ruby
rvm:
- 2.4.0
- 2.3.3
- 2.4
- 2.5
- 2.6
before_install:
- gem update bundler
- wget https://github.com/jgm/pandoc/releases/download/1.19.1/pandoc-1.19.1-1-amd64.deb -O pandoc.deb
- wget https://github.com/jgm/pandoc/releases/download/2.7.2/pandoc-2.7.2-1-amd64.deb -O pandoc.deb
- sudo dpkg -i pandoc.deb
cache: bundler

0 comments on commit c04b0dc

Please sign in to comment.