Skip to content

Commit

Permalink
Use our standard travis file with more rubies and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 committed Sep 8, 2015
1 parent 4cbb336 commit 980227d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
@@ -1,6 +1,12 @@
sudo: false
cache: bundler
language: ruby
bundler_args: --without kitchen_vagrant
bundler_args: --without kitchen_common kitchen_vagrant kitchen_cloud
rvm:
- 2.1.1
- 2.0
- 2.1
- 2.2
script:
- bundle exec rake style
- bundle exec foodcritic -f any .
- bundle exec rubocop
- bundle exec rspec --color --format progress

0 comments on commit 980227d

Please sign in to comment.