Skip to content

Commit aed39a4

Browse files
author
Adam Hollett
authored
Merge pull request TheAlgorithms#1001 from DirtyF/spring-cleanup
Spring cleanup
2 parents a842b59 + 38a59f4 commit aed39a4

19 files changed

+1888
-204
lines changed

.travis.yml

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
install: gem install github-pages
2-
script: jekyll build --trace
31
sudo: false
4-
rvm: 2.1
2+
language: ruby
3+
cache: bundler
4+
rvm: 2.4
5+
6+
before_install:
7+
- gem update --system
8+
install: bundle install
9+
script: bundle exec jekyll build --trace
10+
11+
branches:
12+
only:
13+
- gh-pages
14+
15+
env:
16+
global:
17+
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
22

3-
gem 'github-pages', '>=100', group: :jekyll_plugins
3+
gem 'github-pages', '>=180', group: :jekyll_plugins

0 commit comments

Comments
 (0)