aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: d69e90468eee99decd656259a09201f193a39691 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
  - ASSET_HOST_URL="https://github.githubassets.com"

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