Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

Commit

Permalink
check VERSION before ENGINE for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
phlipper committed Dec 31, 2012
1 parent 48f80ca commit 954339e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/minitest_helper.rb
@@ -1,4 +1,4 @@
if RUBY_ENGINE == "ruby" && RUBY_VERSION > "1.9"
if RUBY_VERSION > "1.9" && RUBY_ENGINE == "ruby"
require "simplecov"
require "coveralls"

Expand Down

0 comments on commit 954339e

Please sign in to comment.