mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-25 13:59:25 +01:00
parent
b56007b0e7
commit
122e75ed70
20
.travis.yml
20
.travis.yml
@ -1,20 +0,0 @@
|
||||
language: python
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- openjdk-8-jre # install Java8 as required by vnu.jar
|
||||
|
||||
before_install:
|
||||
- gem install github-pages #jekyll-theme-midnight
|
||||
|
||||
install:
|
||||
- pip install html5validator
|
||||
|
||||
script:
|
||||
- jekyll build --drafts --profile
|
||||
- html5validator --root _site/ --also-check-css --ignore "matrix.to" --blacklist r or ir
|
||||
|
||||
env:
|
||||
global:
|
||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
@ -1,6 +1,6 @@
|
||||
My website
|
||||
|
||||
[![Build Status](https://travis-ci.org/Mikaela/mikaela.github.io.svg?branch=master)](https://travis-ci.org/Mikaela/mikaela.github.io)
|
||||
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Mikaela/mikaela.github.io/master.svg)](https://results.pre-commit.ci/latest/github/Mikaela/mikaela.github.io/master) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
|
||||
|
||||
Directories:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user