Adding blocks tests (#1620)

* Adding blocks tests

* Moving block tests

* Adding chromium to travis yml
This commit is contained in:
Richard Knoll
2018-11-14 12:54:26 -08:00
committed by GitHub
parent a4c6775968
commit 18a4868cbd
11 changed files with 1676 additions and 1 deletions

View File

@ -1,8 +1,12 @@
language: node_js
node_js:
- "8.9.4"
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- "node node_modules/pxt-core/built/pxt.js travis"
- "node node_modules/pxt-core/built/pxt.js travis"
# - "(cd libs/lang-test0; node ../../node_modules/pxt-core/built/pxt.js run)"
# - "(cd libs/lang-test1; node ../../node_modules/pxt-core/built/pxt.js run)"
# - "(cd libs/lang-test0; node ../../node_modules/pxt-core/built/pxt.js test)"