Fix nokogiri version
This commit is contained in:
parent
301806ebc9
commit
d55cf37778
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ rvm:
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
- sudo apt-get install -y build-essential patch libxslt-dev libxml2-dev
|
- sudo apt-get install -y build-essential patch libxslt-dev libxml2-dev
|
||||||
- gem install --verbose nokogiri -v 1.6.4
|
- gem install --verbose nokogiri -v 1.6.7.2
|
||||||
bundler_args: --without production
|
bundler_args: --without production
|
||||||
script: bundle exec nanoc
|
script: bundle exec nanoc
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue