Skip to content

Commit

Permalink
Restore circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
krmaxwell committed Mar 12, 2017
1 parent abd7f37 commit fb24580
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
machine:
environment:
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
ruby:
version: 2.1.4
test:
override:
- ./script/cibuild
5 changes: 5 additions & 0 deletions script/cibuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e # halt script on error

bundle exec jekyll build
bundle exec htmlproof ./_site --only-4xx

0 comments on commit fb24580

Please sign in to comment.