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 93f6dec commit 53ffdddCopy full SHA for 53ffddd
.travis.yml
@@ -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
@@ -0,0 +1,3 @@
+# [railsdoc.github.io](https://railsdoc.github.io/)
+
+[](https://travis-ci.com/railsdoc/railsdoc.github.io)
0 commit comments