Преглед изворни кода

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: