Skip to content

Commit 4512e06

Browse files
author
Zachary Scott
committed
Fix travis failures 💣
1 parent c43e538 commit 4512e06

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
before_script:
3-
- gem install bundler --no-document
2+
before_install:
3+
- gem install bundler --no-document
44
language: ruby
55
notifications:
66
email:
77
88
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
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
1616
script: rake
1717
matrix:
1818
allow_failures:

rdoc.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- encoding: utf-8 -*-
2-
require_relative 'lib/rdoc'
2+
$:.push File.expand_path("../lib", __FILE__)
3+
require 'rdoc'
34

45
Gem::Specification.new do |s|
56
s.name = "rdoc"

0 commit comments

Comments
 (0)