You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
grunt-contrib-jasmine/appveyor.yml

29 lines
457 B

10 years ago
# AppVeyor file
10 years ago
# http://www.appveyor.com/docs/appveyor-yml
version: "{build}"
10 years ago
clone_depth: 10
10 years ago
environment:
matrix:
- nodejs_version: "5"
- nodejs_version: "4"
- nodejs_version: "0.10"
10 years ago
install:
10 years ago
- ps: Install-Product node $env:nodejs_version
10 years ago
- npm install
build: off
test_script:
10 years ago
- node --version && npm --version
- npm test
matrix:
fast_finish: true
cache:
- 'node_modules -> package.json' # local npm modules