Skip to content

Commit c42e185

Browse files
committed
only run travis on master
1 parent bf5c14b commit c42e185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: node_js
22
node_js:
33
- '0.10'
44
branches:
5-
except:
6-
- dev
5+
only:
6+
- master
77
before_install:
88
- npm install -g grunt-cli component phantomjs casperjs
99
before_script:

0 commit comments

Comments
 (0)