Skip to content

Commit 56d8cea

Browse files
committed
fix(build): fix / debug Travis CI build
1 parent 2e9669f commit 56d8cea

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ language: node_js
22
node_js:
33
- "4.1"
44
script:
5-
- bash rm -rf node_modules
65
- npm run ci
76
- bash ./.travis-deploy.sh

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"babel-plugin-transform-runtime": "^6.4.3",
3535
"babel-preset-es2015": "^6.3.13",
3636
"babel-register": "^6.4.3",
37+
"babel-runtime": "^6.3.19",
3738
"chai": "^3.2.0",
3839
"chalk": "^1.1.0",
3940
"clean-webpack-plugin": "^0.1.3",

0 commit comments

Comments
 (0)