Explorar el Código

Add validate and lint tasks to travis script

Matthew Haughton hace 10 años
padre
commit
bdaba9a86a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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