.travis.yml in killbill-helloworld-1.0.0 vs .travis.yml in killbill-helloworld-2.0.0

- old
+ new

@@ -1,9 +1,12 @@ language: ruby sudo: false cache: bundler +before_script: + - bundle exec jbundle install + script: 'bundle exec rake test:spec' notifications: email: - kill-bill-commits@googlegroups.com