Skip to content

Commit a9e6542

Browse files
committed
chore(travis): do not rebuilt on semantic release tags
1 parent 1c02919 commit a9e6542

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ notifications:
77
email: false
88
node_js:
99
- 6
10-
- 4
1110
before_install:
1211
- npm i -g npm
1312
before_script:
1413
- npm prune
1514
after_success:
16-
- npm run semantic-release
15+
- npm run semantic-release
16+
branches:
17+
except:
18+
- /^v\d+\.\d+\.\d+$/

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2015",
3+
"target": "es5",
44
"module": "commonjs",
55
"experimentalDecorators": true,
66
"moduleResolution": "node",

typings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"dependencies": {
3-
"debug": "registry:npm/debug#2.0.0+20160511151334",
4-
"lodash": "registry:npm/lodash#4.0.0+20160416211519"
53
},
64
"globalDependencies": {
7-
"node": "registry:env/node#6.0.0+20160610031852"
85
}
96
}

0 commit comments

Comments
 (0)