mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
Adding travis
This commit is contained in:
parent
a0b89ff851
commit
de58139501
8
frontend/.travis
Normal file
8
frontend/.travis
Normal file
@ -0,0 +1,8 @@
|
||||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
script:
|
||||
- npm install
|
||||
- npm run lint
|
||||
- npm run build
|
@ -47,6 +47,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.14.0",
|
||||
"babel-eslint": "^7.1.0",
|
||||
"babel-loader": "^6.2.5",
|
||||
"babel-preset-es2015": "^6.14.0",
|
||||
"babel-preset-react": "^6.11.1",
|
||||
|
Loading…
Reference in New Issue
Block a user