Skip to content

Commit 53ffddd

Browse files
authored
CI Integration (#19)
* WIP * Create README.md * Create .travis.yml * Update .travis.yml * bundle update --bundler * gem install bundler * Add travis badge * Fix typo
1 parent 93f6dec commit 53ffddd

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
sudo: false
2+
language: ruby
3+
cache: bundler
4+
rvm:
5+
- 2.6.3
6+
before_install:
7+
- gem install bundler
8+
script:
9+
- bundle exec jekyll build

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# [railsdoc.github.io](https://railsdoc.github.io/)
2+
3+
[![Build Status](https://travis-ci.com/railsdoc/railsdoc.github.io.svg?branch=page-source)](https://travis-ci.com/railsdoc/railsdoc.github.io)

0 commit comments

Comments
 (0)