.travis.yml in ghost_adapter-0.1.2 vs .travis.yml in ghost_adapter-0.1.3

- old
+ new

@@ -18,8 +18,8 @@ - stage: Rubocop name: Run rubocop script: - bundle exec rake rubocop - stage: Tests - name: Run minitest + name: Run specs script: - - bundle exec rake test + - bundle exec rake spec