Skip to content

Commit 5bb7339

Browse files
committed
Fix travis configuration
1 parent ddc3450 commit 5bb7339

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: ruby
2-
script: 'bundle exec rake ci:check'
32
rvm:
43
- 1.9.3
4+
script: rake ci:check
55
notifications:
66
email: false

Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source 'https://rubygems.org'
22

3-
gem 'maruku'
3+
gem 'maruku'
4+
gem 'redcarpet'

0 commit comments

Comments
 (0)