We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67e01b2 + 5344f52 commit 7789a90Copy full SHA for 7789a90
.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