瀏覽代碼

Add validate and lint tasks to travis script

Matthew Haughton 10 年之前
父節點
當前提交
bdaba9a86a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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