Skip to content

Commit

Permalink
Merge pull request react-bootstrap#775 from react-bootstrap/app-veyor
Browse files Browse the repository at this point in the history
Re-enable AppVeyor
  • Loading branch information
mtscout6 committed Jun 3, 2015
2 parents d35c848 + e83e320 commit c5b618c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 28 deletions.
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: '{build}'

# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of io.js
- ps: Install-Product node ''
- npm -g install npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- node --version
- npm --version
- npm install

# No need for MSBuild on this project
build: off

test_script:
- npm test
28 changes: 0 additions & 28 deletions appveyor.yml.tmp

This file was deleted.

0 comments on commit c5b618c

Please sign in to comment.