cv-website

Personal website and CV
git clone https://git.in0rdr.ch/cv-website.git
Log | Files | Refs | Pull requests | README | LICENSE

commit 65c3b27d4f47457efe889d8a0da7e7e97ae0a6f8
parent 6d01d079885f7943ee0d7dfc3d1d510e3165d604
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun, 20 Feb 2022 15:51:47 +0100

delete travis yml

Diffstat:
D.travis.yml | 28----------------------------
1 file changed, 0 insertions(+), 28 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -1,28 +0,0 @@ -language: ruby -rvm: - - 2.6.0 - -before_script: - - chmod +x ./script/cibuild.sh - -script: ./script/cibuild.sh - -# branch whitelist, only for Github pages -# https://jekyllrb.com/docs/continuous-integration/travis-ci/ -branches: - only: - - master - - gh-pages # test gh-pages branch - - /pages-(.*)/ - -env: - global: - - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speed up html-proofer install - -sudo: false # route build to the container-based infrastructure for faster build - -cache: bundler # caching bundler gem packages will speed up build - -#before_install: -# - gem update --system -# - gem install bundler -v '< 2'