Skip to content

Commit 09fa88f

Browse files
committed
add travis configuration
1 parent c23a013 commit 09fa88f

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

.travis.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: ruby
2+
cache: bundler # caching to speed up dependency installation
3+
rvm:
4+
- replace me with rvm
5+
addons:
6+
apt:
7+
packages:
8+
- libcurl4-openssl-dev # required to avoid SSL errors
9+
env:
10+
global:
11+
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
12+
script:
13+
- echo "Starting build!"

script/build

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bundle exec jekyll build

script/testlinks

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bundle exec jekyll build
2+
bundle exec htmlproofer ./_site --check-html

0 commit comments

Comments
 (0)