Skip to content

Commit 1312f5d

Browse files
changing Travis CI config
1 parent 8aa7721 commit 1312f5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ node_js:
1010
- '0.12'
1111
branches:
1212
only:
13-
- /^v\d\.\d\.\d/
13+
- /^v\d\.\d\.\d/ # only build version-tagged commits (rather than EVERY commit)
14+
- /^PR / # pull requests
1415
before_script:
1516
- export DISPLAY=:99.0
1617
- sh -e /etc/init.d/xvfb start

0 commit comments

Comments
 (0)