mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 22:42:37 +08:00
Merge pull request #66 from ShockwaveNN/develop
Add support of travis build
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
||||
dist: trusty
|
||||
language: node_js
|
||||
node_js:
|
||||
- '6'
|
||||
before_install: npm install -g grunt-cli
|
||||
before_script:
|
||||
- cd build
|
||||
script:
|
||||
- npm install
|
||||
- grunt --level=ADVANCED
|
||||
Reference in New Issue
Block a user