.travis.yml in shoryuken-0.0.5 vs .travis.yml in shoryuken-1.0.0
- old
+ new
@@ -2,15 +2,16 @@
rvm:
# - 1.9.3
# - 1.9.2
- 2.0.0
- 2.1.0
+ - 2.2.0
# - ruby-head
# - jruby-19mode
# - jruby-head
notifications:
email:
on_success: change
on_failure: always
-script: bundle exec rspec spec
\ No newline at end of file
+script: SPEC_ALL=true bundle exec rspec spec