aurelia-router-metadata
Version:
Adds decorator configuration with conventions and eager loading capabilities to aurelia-router
30 lines (21 loc) • 353 B
YAML
version: "{build}"
environment:
nodejs_version: "8"
branches:
only:
- master
matrix:
fast_finish: true
cache:
- "%LOCALAPPDATA%\\Yarn"
install:
- ps: Install-Product node $env:nodejs_version
- yarn install
before_test:
- node --version
- npm --version
- yarn --version
test_script:
- yarn run test
build: off
deploy: off