From 5a933e4b63b422ffc062cc3638c16d1df8bbbaa7 Mon Sep 17 00:00:00 2001 From: Viren Mohindra Date: Thu, 17 Nov 2016 00:53:42 -0500 Subject: [PATCH] fixed travis ci integration --- .travis.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 637ffd0..e076ca4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby rvm: -- 2.2.5 + - 2.2.5 #before_script: # - chmod +x ./script/cibuild # or do this locally and commit @@ -9,15 +9,3 @@ rvm: # the `install` step will run `bundle install` by default. script: jekyll build # for html5proof ./script/cibuild && jekyll build && htmlproofer ./_site - -# branch whitelist, only for GitHub Pages -branches: - only: -# - gh-pages # test the gh-pages branch - - /pages-(.*)/ # test every branch which starts with "pages-" - -env: - global: - - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer - -sudo: false # route your build to the container-based infrastructure for a faster build