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 af7f700 commit 669cb5aCopy full SHA for 669cb5a
.travis.yml
@@ -2,7 +2,8 @@ language: ruby
2
rvm:
3
- 2.1
4
install:
5
- - gem install jekyll
+ - gem update bundler
6
+ - bundle install
7
script:
8
- build_folder="regex-tutorial-$TRAVIS_BUILD_NUMBER"
9
- zip_file="/tmp/regex-tutorial.zip"
Gemfile
@@ -0,0 +1,2 @@
1
+source 'http://rubygems.org'
+gem 'github-pages', group: :jekyll_plugins
0 commit comments