Merge pull request #913 from ericcornelissen/ci_build-page

Add page buid to CI script
This commit is contained in:
Johan Fagerberg 2018-08-01 13:32:39 +02:00 committed by GitHub
commit 663edf19b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
language: node_js
matrix:
include:
- language: node_js
node_js:
- "6"
@ -16,3 +18,18 @@ deploy:
api_key: "$NPM_KEY"
on:
branch: master
- language: ruby
rvm:
- 2.4.1
install:
- gem install jekyll
script:
- jekyll build
notifications:
email:
on_success: never
on_failure: change