.travis.yml in testingbot-0.1.7 vs .travis.yml in testingbot-0.2.0
- old
+ new
@@ -1,7 +1,6 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
-before_script: echo "travis:rocks" > ~/.testingbot
-script: bundle exec rspec -P "spec/unit/*.rb"
+script: bundle exec rake spec
\ No newline at end of file