MyCrypto/.travis.yml
crptm 8603bbee2d Revert "try building with node 6"
This reverts commit 9815d3e428e844c6851810364cc45aa0fa158397.
2017-07-04 04:13:35 +04:00

15 lines
217 B
YAML

language: node_js
node_js:
- 7
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
notifications:
email:
on_success: never
on_failure: never