mapillary-js/circle.yml
Oscar Lorentzon e20f570bb2 Fix rxjs version for typescript compatibility.
Fix rxjs to avoid build errors because rxjs RC1 is built on
typescript 2.0 which has new keywords.
Update circle node version.
Update Ubuntu node js install instruction.
2016-10-14 14:22:36 +02:00

27 lines
373 B
YAML

general:
branches:
ignore:
- gh-pages
only:
- master
- /feature-.*/
- /chore-.*/
machine:
node:
version: 6.1.0
dependencies:
cache_directories:
- node_modules
- typings
pre:
- export DISPLAY=:99.0
override:
- npm install:
timeout: 600
test:
override:
- npm run typings -- install
- npm test