Skip to content

Commit 669cb5a

Browse files
committedAug 16, 2017

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ language: ruby
22
rvm:
33
- 2.1
44
install:
5-
- gem install jekyll
5+
- gem update bundler
6+
- bundle install
67
script:
78
- build_folder="regex-tutorial-$TRAVIS_BUILD_NUMBER"
89
- zip_file="/tmp/regex-tutorial.zip"

‎Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'http://rubygems.org'
2+
gem 'github-pages', group: :jekyll_plugins

0 commit comments

Comments
 (0)
Please sign in to comment.