aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: bc0f8584a2b39aea19b561c931848165e6b1fef0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 && bundle exec htmlproofer htmlproofer --internal-domains "im.soderparr.com" ./_site
rvm:
  - 2.5.1
  - 2.5.2