Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"haven't included the jekyll-paginate gem" #123

Open
bvssvni opened this issue Jan 23, 2016 · 1 comment
Open

"haven't included the jekyll-paginate gem" #123

bvssvni opened this issue Jan 23, 2016 · 1 comment

Comments

@bvssvni
Copy link
Member

bvssvni commented Jan 23, 2016

Getting this build error in Travis CI:

$ gem --version

2.5.1
install.bundler

14.49s$ bundle install --jobs=3 --retry=3

Fetching gem metadata from http://rubygems.org/...........

Fetching additional metadata from http://rubygems.org/..

Resolving dependencies...

Installing i18n 0.7.0

Installing rake 10.5.0

Installing minitest 5.8.4

Installing thread_safe 0.3.5

Installing addressable 2.4.0

Installing colorator 0.1

Installing colored 1.2

Installing json 1.8.3

Installing mercenary 0.3.5

Installing mini_portile2 2.0.0

Installing parallel 1.6.1

Installing yell 2.0.5

Installing sass 3.4.21

Installing rb-fsevent 0.9.7

Installing kramdown 1.9.0

Installing liquid 3.0.6

Installing rouge 1.10.1

Installing safe_yaml 1.0.4

Using bundler 1.7.6

Installing tzinfo 1.2.2

Installing ffi 1.9.10

Installing jekyll-sass-converter 1.4.0

Installing activesupport 4.2.5

Installing ethon 0.8.1

Installing rb-inotify 0.9.5

Installing typhoeus 0.8.0

Installing listen 3.0.5

Installing jekyll-watch 1.3.1

Installing jekyll 3.0.2

Installing nokogiri 1.6.7.2

Installing html-proofer 2.6.1

Your bundle is complete!

Use `bundle show [gemname]` to see where a bundled gem is installed.

0.53s$ bundle exec jekyll build --drafts

Configuration file: /home/travis/build/PistonDevelopers/blog.piston.rs/_config.yml

       Deprecation: You appear to have pagination turned on, but you haven't included the `jekyll-paginate` gem. Ensure you have `gems: [jekyll-paginate]` in your configuration file.

            Source: /home/travis/build/PistonDevelopers/blog.piston.rs

       Destination: /home/travis/build/PistonDevelopers/blog.piston.rs/_site

 Incremental build: disabled. Enable with --incremental

      Generating... 

  Dependency Error: Yikes! It looks like you don't have redcarpet or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'cannot load such file -- redcarpet' If you run into trouble, you can find helpful resources at http://jekyllrb.com/help/! 

  Conversion error: Jekyll::Converters::Markdown encountered an error while converting '_posts/2014-08-19-piston-blog.md':

                    redcarpet

             ERROR: YOUR SITE COULD NOT BE BUILT:

                    ------------------------------------

                    redcarpet

The command "bundle exec jekyll build --drafts" exited with 1.

0.56s$ bundle exec rake test

`@options[:verbose]` will be removed in a future 3.x.x release: http://git.io/vGHHh

`@options[:href_ignore]` will be renamed in a future 3.x.x release: http://git.io/vGHHy

Running ["ScriptCheck", "LinkCheck", "ImageCheck"] on ./_site on *.html... 
@bvssvni
Copy link
Member Author

bvssvni commented Mar 25, 2017

I've disabled Travis CI for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant