fake-s3
fake-s3 copied to clipboard
Set up CI
Please enable Travis CI and ensure it runs the tests so we'll know which Ruby versions fake-s3 supports and what problems currently exists that we need to solve.
All tests are currently passing.
Looks like I need @jubos to take the action here in order to use CircleCI.
I will leave this open as a feature request to set up Travis/CircleCI/anything else.
I tried adding .travis.yml, but not sure what is the correct configuration. The build log is in: https://travis-ci.org/mrannanj/fake-s3/builds/199987799
What Ruby version are you using to run the tests @pickhardt?
I'm using Ruby 2.2.1
With Ruby 2.2.1 there are still failures: https://travis-ci.org/mrannanj/fake-s3/builds/200631764
Several "RightAws::AwsError: NoSuchKey: The specified key does not exist" errors and many of aws_sdk_commands_test.rb tests are failing.
Is there something I'm missing in .travis.yml? https://github.com/mrannanj/fake-s3/blob/master/.travis.yml
Changing from the implicit script "bundle exec rake" to explicitly running "rake test" caused rake not being able to find mocha, even though the logs says it's installed: https://travis-ci.org/mrannanj/fake-s3/builds/200633828
Well, adding bundle exec to rake commands made it find mocha. Still 3 failures and 10 errors in https://travis-ci.org/mrannanj/fake-s3/builds/200637799