We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
master
1 parent d33cda5 commit 948682bCopy full SHA for 948682b
.travis.yml
@@ -8,6 +8,12 @@ node_js:
8
sudo: false
9
dist: trusty
10
11
+branches:
12
+ only:
13
+ - master
14
+ # npm version tags
15
+ - /^v\d+\.\d+\.\d+/
16
+
17
addons:
18
chrome: stable
19
appveyor.yml
@@ -9,8 +9,6 @@ environment:
branches:
only:
- master
- - beta
- - release
# Install scripts. (runs after repo cloning)
install:
0 commit comments