.travis.yml in percheron-0.7.1 vs .travis.yml in percheron-0.7.2
- old
+ new
@@ -4,8 +4,7 @@
branches:
only:
- master
- wip
script:
- - bundle exec cane
- - bundle exec rubocop
+ - bundle exec rake test:style
- bundle exec rake spec:unit