Commit 4e6ac3d0 authored by Pavel Lobashov's avatar Pavel Lobashov Committed by Alexander Trofimov

Add `.unit-tests/FormulaTests.html` run to build process (#123)

Add `.unit-tests/FormulaTests.html` run to build process
parent 308f2369
...@@ -2,10 +2,11 @@ language: node_js ...@@ -2,10 +2,11 @@ language: node_js
node_js: node_js:
- '6' - '6'
before_install: before_install:
- npm install -g grunt-cli - npm install -g grunt-cli node-qunit-phantomjs
before_script: before_script:
- git clone https://github.com/ONLYOFFICE/web-apps.git ../web-apps - git clone -b develop https://github.com/ONLYOFFICE/web-apps.git ../web-apps
- cd build
script: script:
- node-qunit-phantomjs cell/.unit-tests/FormulaTests.html
- cd build
- npm install - npm install
- grunt --level=WHITESPACE_ONLY - grunt --level=WHITESPACE_ONLY
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment