We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43e538 commit 4512e06Copy full SHA for 4512e06
.travis.yml
@@ -1,18 +1,18 @@
1
---
2
-before_script:
3
-- gem install bundler --no-document
+before_install:
+ - gem install bundler --no-document
4
language: ruby
5
notifications:
6
email:
7
- [email protected]
8
rvm:
9
-- 1.8.7
10
-- 1.9.3
11
-- 2.0.0
12
-- 2.1.0
13
-- 2.2.0
14
-- ruby-head
15
-- rbx-2
+ - 1.8.7
+ - 1.9.3
+ - 2.0.0
+ - 2.1.0
+ - 2.2.0
+ - ruby-head
+ - rbx-2
16
script: rake
17
matrix:
18
allow_failures:
rdoc.gemspec
@@ -1,5 +1,6 @@
# -*- encoding: utf-8 -*-
-require_relative 'lib/rdoc'
+$:.push File.expand_path("../lib", __FILE__)
+require 'rdoc'
Gem::Specification.new do |s|
s.name = "rdoc"
0 commit comments