Pārlūkot izejas kodu

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

Jan Örnstedt 10 gadi atpakaļ
vecāks
revīzija
46abf95d94
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  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: