mapillary-js/circle.yml
Oscar Lorentzon bf4274c93f Remove all references to TSD.
Run Typings instead of TSD in Circle CI.
2016-02-29 17:47:56 +01:00

25 lines
342 B
YAML

general:
branches:
ignore:
- gh-pages
only:
- master
- /feature-.*/
machine:
node:
version: 0.10.33
dependencies:
cache_directories:
- node_modules
- typings
pre:
- npm install -g gulp
- export DISPLAY=:99.0
test:
override:
- gulp typings
- gulp ts --env=TEST
- gulp test