瀏覽代碼

Change travis to exclude unwanted branches instead of only including master.

Jan Örnstedt 10 年之前
父節點
當前提交
46abf95d94
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      .travis.yml

+ 3 - 2
.travis.yml

@@ -1,7 +1,8 @@
 ---
 branches:
-  only:
-  - master
+  except:
+  - refactor
+  - gh-pages
 language: ruby
 script: "bundle exec rake --rakefile $PWD/.travis/Rakefile spec SPEC_OPTS='--format documentation'"
 rvm: