mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-18 13:56:53 +00:00
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.
27 lines
373 B
YAML
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 |