MikeTaylor / scottkit

Scott Adams adventure toolkit: compile, decompile and play 80s-style adventure games
30 stars 10 forks source link

Add support for Travis #13

Closed drewish closed 6 years ago

drewish commented 6 years ago

Requires a Gemfile to get the dependencies installed. I'm at least seeing where the gem config lives now. You can see the results of this branch running in my repo: https://travis-ci.org/drewish/scottkit/builds/291264479

Fixes #12 (once you enable it on your repo ;))

drewish commented 6 years ago

Oh, yeah I realized the tests were right ;) I’d changed the behavior subtlety. On Sun, Oct 22, 2017 at 17:02 Mike Taylor notifications@github.com wrote:

@MikeTaylor commented on this pull request.

In Rakefile https://github.com/MikeTaylor/scottkit/pull/13#discussion_r146147490:

@@ -39,8 +39,6 @@ rescue LoadError end end

-task :test => :check_dependencies

Yes, it was and still is working:

$ rake test /usr/local/Cellar/ruby/2.4.1_1/bin/ruby -w -I"lib:lib:test" -I"/usr/local/lib/ruby/gems/2.4.0/gems/rake-12.0.0/lib" "/usr/local/lib/ruby/gems/2.4.0/gems/rake-12.0.0/lib/rake/rake_test_loader.rb" "test/test_canonicalise.rb" "test/test_compile.rb" "test/test_decompile.rb" "test/test_play.rb" "test/test_playadams.rb" "test/test_save.rb" All dependencies seem to be installed. skipping 'tutorial/t7.sck' because no filename ............

Finished in 2.271812 seconds.

12 tests, 56 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed

5.28 tests/s, 24.65 assertions/s

So I don't want to lose this line. What make you think it wasn't working?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MikeTaylor/scottkit/pull/13#discussion_r146147490, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEMjhL0AzZ7tn9ZEpoBQRc4LfnrGZfqks5su8mVgaJpZM4QCHPq .