mirror of
https://github.com/maputnik/editor.git
synced 2026-03-21 17:50:01 +00:00
Add Travis
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -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