aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: 7239c6d97f96eba6878814ef2be0cf8d2625a42f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sudo: false
language: ruby
addons:
  apt:
    packages:
    - libcurl4-openssl-dev # Required to avoid TLS errors
env:
  global:
  - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer

script:
  - set -e # halt script on error
  - bundle exec jekyll build
  - bundle exec htmlproofer ./_site