Closed vkosuri closed 8 years ago
@bulkan do you have any idea on this error?
$ rake
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
/home/travis/.rvm/gems/ruby-1.9.3-p551/bin/ruby_executable_hooks:15:in eval' /home/travis/.rvm/gems/ruby-1.9.3-p551/bin/ruby_executable_hooks:15:in
The error is that there is no Rakefile :P
Why are you trying to run rake ? On Tue, 2 Feb 2016 at 4:15 AM, Mallikarjunarao Kosuri < notifications@github.com> wrote:
@bulkan https://github.com/bulkan do you have any idea on this error?
$ rake rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) /home/travis/.rvm/gems/ruby-1.9.3-p551/bin/ruby_executable_hooks:15:in eval' /home/travis/.rvm/gems/ruby-1.9.3-p551/bin/ruby_executable_hooks:15:in ' (See full trace by running task with --trace)
— Reply to this email directly or view it on GitHub https://github.com/bulkan/robotframework-archivelibrary/pull/20#issuecomment-178075543 .
I don't know when i pushed the gh-pages changes Travis started building, then i got this error
I think it's just travis trying to run on the gh-pages
According to travis docs it shouldnt run on the gh-pages branch, so i'm even more confused
many we need to turn on Build only if .travis.yml
is present on travis-ci general settings?
I've enabled that option now
Ha found it is failing due unable to present .travis.yml
wasn't present on gh-pages that's the reason it was failed more information https://github.com/travis-ci/travis-ci/issues/1056
@bulkan can you make these changes, this is failing due to it doesn't having tests, ArchiveLibaray, could copy all these files into gh-pages?
It doesn't make sense to have tests in the gh-pages
branch at all. travis should just ignore it
issue https://github.com/bulkan/robotframework-archivelibrary/issues/16