MarketSquare / robotframework-archivelibrary

https://github.com/MarketSquare/robotframework-archivelibrary
22 stars 24 forks source link

Keyword documentation updation #20

Closed vkosuri closed 8 years ago

vkosuri commented 8 years ago

issue https://github.com/bulkan/robotframework-archivelibrary/issues/16

vkosuri commented 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

' (See full trace by running task with --trace)

bulkan commented 8 years ago

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 .

vkosuri commented 8 years ago

I don't know when i pushed the gh-pages changes Travis started building, then i got this error

bulkan commented 8 years ago

I think it's just travis trying to run on the gh-pages

bulkan commented 8 years ago

According to travis docs it shouldnt run on the gh-pages branch, so i'm even more confused

vkosuri commented 8 years ago

many we need to turn on Build only if .travis.yml is present on travis-ci general settings?

build_turnon

bulkan commented 8 years ago

I've enabled that option now

vkosuri commented 8 years ago

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

vkosuri commented 8 years ago

@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?

bulkan commented 8 years ago

It doesn't make sense to have tests in the gh-pages branch at all. travis should just ignore it