Skip to content

Commit

Permalink
build: add appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
gerard2perez committed Dec 24, 2017
1 parent 7097a5e commit 188db1a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Test against the latest version of this Node.js version
environment:
nodejs_version: "8"
install:
- ps: Install-Product node $env:nodejs_version
- npm config set spin false
- npm install -g ember-cli@2.16.2
- npm install -g semantic-release
- npm install -g codeclimate-test-reporter
- npm install
test_script:
- node --version
- npm --version
- npm run cover
build: off

0 comments on commit 188db1a

Please sign in to comment.