.travis.yml in mercenary-0.1.0 vs .travis.yml in mercenary-0.2.0

- old
+ new

@@ -1,10 +1,10 @@ language: ruby rvm: - 1.8.7 - 1.9.3 - 2.0.0 -script: "bundle exec rspec" +script: "./script/cibuild" notification: recipients: - mercenary@jekyllrb.com email: on_success: change