Skip to content

Commit cc1fa68

Browse files
committed
🔧 travis
1 parent d4ad454 commit cc1fa68

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ node_js:
44
- '0.12'
55
- 'iojs'
66
notifications:
7-
email: false
7+
email: false
8+
script:
9+
- npm run build

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Automatically sets width property on child components",
55
"main": "dist/react-automatic-width.js",
66
"scripts": {
7-
"test": "echo \"Sorry\""
7+
"test": "echo \"Sorry\"",
8+
"build": "webpack"
89
},
910
"repository": {
1011
"type": "git",

0 commit comments

Comments
 (0)