Przeglądaj źródła

Add validate and lint tasks to travis script

Matthew Haughton 10 lat temu
rodzic
commit
bdaba9a86a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -4,7 +4,7 @@ branches:
   - refactor
   - gh-pages
 language: ruby
-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'"
 bundler_args: --without rake
 matrix:
   fast_finish: true