Last active
August 29, 2015 14:00
-
-
Save bachya/11092084 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cd bachya/PinPress | |
travis_fold:start:git.3 | |
$ git checkout -qf 12ceafd49e63013fba880886895519ff1b401ced | |
travis_fold:end:git.3 | |
$ rvm use 2.1.0 --install --binary --fuzzy | |
[32mUsing /home/travis/.rvm/gems/ruby-2.1.0[0m | |
$ export BUNDLE_GEMFILE=$PWD/Gemfile | |
$ ruby --version | |
ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-linux] | |
$ rvm --version | |
rvm 1.25.14 (version) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
$ gem --version | |
2.2.2 | |
$ bundle --version | |
Bundler version 1.5.3 | |
travis_fold:start:install | |
$ bundle install --deployment | |
[31mThere was a LoadError while loading pinpress.gemspec: | |
cannot load such file -- | |
/home/travis/build/bachya/PinPress/lib/pinpress/constants.rb from | |
/home/travis/build/bachya/PinPress/pinpress.gemspec:1:in `<main>' | |
Does it try to require a relative path? That's been removed in Ruby 1.9.[0m | |
[31;1mThe command "bundle install --deployment" failed. Retrying, 2 of 3.[0m | |
[31mThere was a LoadError while loading pinpress.gemspec: | |
cannot load such file -- | |
/home/travis/build/bachya/PinPress/lib/pinpress/constants.rb from | |
/home/travis/build/bachya/PinPress/pinpress.gemspec:1:in `<main>' | |
Does it try to require a relative path? That's been removed in Ruby 1.9.[0m | |
[31;1mThe command "bundle install --deployment" failed. Retrying, 3 of 3.[0m | |
[31mThere was a LoadError while loading pinpress.gemspec: | |
cannot load such file -- | |
/home/travis/build/bachya/PinPress/lib/pinpress/constants.rb from | |
/home/travis/build/bachya/PinPress/pinpress.gemspec:1:in `<main>' | |
Does it try to require a relative path? That's been removed in Ruby 1.9.[0m | |
[31;1mThe command "bundle install --deployment" failed and exited with 14 during install.[0m | |
Your build has been stopped. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you find a solution to this?
Stuck at the same place ...