aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: a78776e9bf37688374239cbeade3e705794696f3 (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 && bundle exec htmlproofer htmlproofer --internal-domains "im.soderparr.com" ./_site
rvm:
  - 2.3.1
  - 2.3.2
  - 2.3.3