We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f09947 commit a8faa45Copy full SHA for a8faa45
.travis.yml
@@ -1,7 +1,7 @@
1
---
2
language: ruby
3
bundler_args: --without development
4
-script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
+script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
5
matrix:
6
fast_finish: true
7
include:
0 commit comments