Skip to content

Commit

Permalink
simplify AppVeyor setting file
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Jul 4, 2015
1 parent c14c5d7 commit 95be0da
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,14 @@
init:
- git config --global core.autocrlf input

init: git config --global core.autocrlf input
shallow_clone: true

version: '{build}'

skip_tags: true

environment:
matrix:
- nodejs_version: '2'
- nodejs_version: '0'

install:
- ps: Install-Product node $env:nodejs_version
- npm install postcss tape

build: off

test_script:
- ps: 'node test.js #PowerShell'
- node test.js

cache:
- node_modules
test_script: node test.js
cache: node_modules

0 comments on commit 95be0da

Please sign in to comment.