Explorar el Código

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

Jan Örnstedt hace 10 años
padre
commit
46abf95d94
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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: