.travis.yml in joosy-1.2.0.alpha.37 vs .travis.yml in joosy-1.2.0.alpha.38
- old
+ new
@@ -2,6 +2,11 @@
node_js:
- 0.8
before_script:
- npm install -g grunt-cli
- ./node_modules/.bin/bower install
-script: "grunt test"
\ No newline at end of file
+script: "grunt test"
+branches:
+ except:
+ - 1.0
+ - 1.1
+ - gh-pages