aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: e56df4a77a5846dd2c91303d55322534af8237d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: ruby
sudo: false
before_install:
  - gem install rouge
  - gem install json
  - gem install bundler
  - gem install kramdown
  - gem install therubyracer
  - gem install jekyll
  - gem install html-proofer
install: bundle install
script: bundle exec jekyll build -d _site
rvm:
  - 2.5.1
  - 2.5.5
  - 2.6.5