aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 65def38c59b89214b37b19ef48a8cdd723a9db8a (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 htmlproofer
install: bundle install
script: bundle exec jekyll build -d _site && bundle exec htmlproofer htmlproofer --internal-domains "im.soderparr.com" ./_site
rvm:
  - 2.2.0
  - 2.3.1