From 8c280b8cefe0848d99ac46025b329bf56334f98f Mon Sep 17 00:00:00 2001 From: ido Date: Wed, 31 Dec 2014 16:06:19 +0200 Subject: [PATCH] travis fix branch --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0d526f4..1fe5044 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: node_js node_js: - "0.10" +branches: + only: + - gh-page #after_success: # - npm run coveralls \ No newline at end of file