question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Travis fails, rake not found

See original GitHub issue

Travis is currently reporting:

$ 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 `<main>'
(See full trace by running task with --trace)
The command "rake" exited with 1.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
bmcfeecommented, Sep 16, 2015

Looks like this is because .travis.yml is only in develop, not master.

0reactions
cesar-valdezcommented, Jan 31, 2018

hello, can be tabs in the file with extension yml

Read more comments on GitHub >

github_iconTop Results From Across the Web

No Rakefile found when adding travis to a github project
I'm trying to add travis to my github project, and the build fails with: $ rake rake aborted! No Rakefile found (looking for:...
Read more >
Error on travis-ci build "No Rakefile found" - Stack Overflow
rake is the 'ruby make' - yous to let you know. There must be something fundamentally wrong. I do not see any of...
Read more >
Error On Travis-Ci Build "No Rakefile Found" - ADocLib
I'm trying to add travis to my github project, and the build fails with: $ rake rake aborted! (See full trace by running...
Read more >
Common Build Problems - Travis CI Docs
My tests broke but were working yesterday #. A very common cause when a test is suddenly breaking without any major code changes...
Read more >
The command "bundle exec rake" exited with 1-ruby
Coding example for the question Travis CI Build Failure: The command "bundle exec ... basically means that Ruby can not find a specific...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found