Skip to content

Commit 49fbc4c

Browse files
committed
Updated travis conf
1 parent e44a6b9 commit 49fbc4c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
language: ruby
2+
23
rvm:
34
- 2.3
45

5-
before_script:
6-
- chmod +x ./script/cibuild # or do this locally and commit
7-
8-
script: ./script/cibuild
6+
script: "bundle exec jekyll build"
97

108
branches:
119
only:
1210
- master
11+
- gh-pages
1312

1413
env:
1514
global:

Gemfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ gem "jekyll-redirect-from"
55
gem "jekyll-paginate"
66
gem "jekyll-sitemap"
77
gem "jekyll-feed"
8-
gem "html-proofer"
8+
gem "html-proofer"
9+
gem 'activesupport', '~> 4.2', '>= 4.2.7'
10+
gem 'github-pages'

0 commit comments

Comments
 (0)