1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-26 01:13:41 +02:00

Use matrix to split NodeJS and Ruby builds

This commit is contained in:
Eric Cornelissen 2018-08-01 13:02:56 +02:00
parent e6263f703d
commit 06a743b4ac

View File

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