Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 669cb5a

Browse files
1 parent af7f700 commit 669cb5a

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)

AltStyle によって変換されたページ (->オリジナル) /