We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44a6b9 commit 49fbc4cCopy full SHA for 49fbc4c
.travis.yml
@@ -1,15 +1,14 @@
1
language: ruby
2
+
3
rvm:
4
- 2.3
5
-before_script:
6
- - chmod +x ./script/cibuild # or do this locally and commit
7
-
8
-script: ./script/cibuild
+script: "bundle exec jekyll build"
9
10
branches:
11
only:
12
- master
+ - gh-pages
13
14
env:
15
global:
Gemfile
@@ -5,4 +5,6 @@ gem "jekyll-redirect-from"
gem "jekyll-paginate"
gem "jekyll-sitemap"
gem "jekyll-feed"
-gem "html-proofer"
+gem "html-proofer"
+gem 'activesupport', '~> 4.2', '>= 4.2.7'
+gem 'github-pages'
0 commit comments