MyCrypto/.travis.yml
Daniel Ternyak 74e51345a4 Travis TypeScript Compiler Checking (#263)
* add typescript compliler check to travis

* fix existing typescript compiler errors
2017-10-04 10:51:37 -07:00

20 lines
286 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
notifications:
email:
on_success: never
on_failure: never
script:
- npm run test
- npm run tslint
- tsc --noEmit