Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jul 15, 2018
1 parent 7b6988c commit 947a5eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 11 additions & 9 deletions .travis.yml
@@ -1,11 +1,13 @@
sudo: true
dist: trusty
sudo: false
language: ruby
rvm:
- 2.4.0
before_install:
- gem install bundler -v 1.16.0
- bundle install
install:
- sudo pip install xml2rfc
script:
- bundle exec rspec --color --format documentation --require spec_helper
- 2.5
- 2.4
- ruby-head
before_install:
- gem install bundler -v 1.16.1
- unset _JAVA_OPTIONS
matrix:
allow_failures:
- rvm: ruby-head
2 changes: 1 addition & 1 deletion asciidoctor-rfc.gemspec
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
DESCRIPTION

spec.homepage = "https://github.com/riboseinc/asciidoctor-rfc"
spec.license = "MIT"
spec.license = "BSD-2-Clause"

spec.bindir = "bin"
spec.require_paths = ["lib"]
Expand Down

0 comments on commit 947a5eb

Please sign in to comment.