mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 18:45:38 +00:00
31963b334c
* Add tscheck command, add more stuff to prepush and precommit hooks, clean up travis output. * Move tscheck to prepush, remove running tests entirely. * Put tslint on prepush as well.
22 lines
323 B
YAML
22 lines
323 B
YAML
dist: trusty
|
|
sudo: required
|
|
language: node_js
|
|
|
|
before_install:
|
|
- export CHROME_BIN=chromium-browser
|
|
- export DISPLAY=:99.0
|
|
- sh -e /etc/init.d/xvfb start
|
|
|
|
install:
|
|
- npm install --silent
|
|
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
on_failure: never
|
|
|
|
script:
|
|
- npm run test
|
|
- npm run tslint
|
|
- npm run tscheck
|