mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-12-26 01:13:41 +02:00
Merge pull request #913 from ericcornelissen/ci_build-page
Add page buid to CI script
This commit is contained in:
commit
663edf19b2
47
.travis.yml
47
.travis.yml
@ -1,18 +1,35 @@
|
|||||||
language: node_js
|
matrix:
|
||||||
node_js:
|
include:
|
||||||
- "6"
|
- language: node_js
|
||||||
|
node_js:
|
||||||
|
- "6"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm run jsonlint
|
- npm run jsonlint
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: never
|
on_success: never
|
||||||
on_failure: change
|
on_failure: change
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: npm
|
provider: npm
|
||||||
email: "johanringmann@gmail.com"
|
email: "johanringmann@gmail.com"
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user