mirror of
https://github.com/developit/microbundle.git
synced 2026-01-25 14:06:50 +00:00
commit
64086d1ef5
@ -1,7 +1,8 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "node"
|
||||
- 'node'
|
||||
branches:
|
||||
except:
|
||||
- trying.tmp
|
||||
- staging.tmp
|
||||
- trying.tmp
|
||||
- staging.tmp
|
||||
after_success: sizereport --config
|
||||
|
||||
@ -97,6 +97,7 @@
|
||||
"regenerator-runtime": "^0.13.2",
|
||||
"rimraf": "^2.6.3",
|
||||
"shell-quote": "^1.6.1",
|
||||
"strip-ansi": "^5.2.0"
|
||||
"strip-ansi": "^5.2.0",
|
||||
"travis-size-report": "^1.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
5
sizereport.config.js
Normal file
5
sizereport.config.js
Normal file
@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
repo: 'developit/microbundle',
|
||||
path: ['dist/!(*.js.map)', 'test/fixtures/**/dist/!(*.map)'],
|
||||
branch: 'master',
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user