mirror of
https://github.com/maputnik/editor.git
synced 2026-08-27 15:37:27 +00:00
Add Travis
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
|||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "6"
|
||||||
|
- "6.1"
|
||||||
|
before_script:
|
||||||
|
- npm install -g eslint eslint-plugin-react
|
||||||
|
install:
|
||||||
|
- npm install
|
||||||
|
script:
|
||||||
|
- npm run build
|
||||||
Reference in New Issue
Block a user