Merge pull request #93 from netlify/travis-ci
Add support for Travis CI
This commit is contained in:
commit
e629fb3b20
3
.travis.yml
Normal file
3
.travis.yml
Normal file
@ -0,0 +1,3 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "6.0"
|
@ -5,8 +5,8 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "webpack-dev-server --config webpack.dev.js",
|
||||
"test": "NODE_ENV=test jest",
|
||||
"test:watch": "npm test -- --watch",
|
||||
"test": "NODE_ENV=test npm run lint && jest",
|
||||
"test:watch": "NODE_ENV=test jest --watch",
|
||||
"build": "webpack --config webpack.config.js",
|
||||
"storybook": "start-storybook -p 9001",
|
||||
"storybook-build": "build-storybook -o dist",
|
||||
|
Loading…
x
Reference in New Issue
Block a user