Skip to content

Commit 34d0d50

Browse files
committed
Add Travis CI
1 parent 0c15e19 commit 34d0d50

4 files changed

Lines changed: 8 additions & 1 deletion

File tree

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.2.0

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
language: ruby

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [DevDocs](http://devdocs.io) — Documentation Browser
1+
# [DevDocs](http://devdocs.io) [![Build Status](https://travis-ci.org/Thibaut/devdocs.svg?branch=master)](https://travis-ci.org/Thibaut/devdocs)
22

33
DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
44

Rakefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ require 'thor'
55

66
$LOAD_PATH.unshift 'lib'
77

8+
task :default do
9+
$LOAD_PATH.unshift 'test'
10+
Dir['test/**/*_test.rb'].map(&File.method(:expand_path)).each(&method(:require))
11+
end
12+
813
namespace :assets do
914
desc 'Compile all assets'
1015
task :precompile do

0 commit comments

Comments
 (0)