Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 34a0cba + 270ed95 commit 44e770aCopy full SHA for 44e770a
.travis.yml
@@ -0,0 +1,14 @@
1
+# opt-in to Travis new infrastructure
2
+sudo: false
3
+
4
+language: ruby
5
+rvm: 2.0.0
6
7
+# we must override install, or Travis's default Gemfile support
8
+# will kick in and use `vendor`, ignoring our BUNDLE_PATH
9
+# declaration in `.bundle/config`
10
+install:
11
+- bundle install
12
13
+script:
14
+- bundle exec jekyll build
0 commit comments