Skip to content

Commit

Permalink
test: run flow on appveyor builds (#432)
Browse files Browse the repository at this point in the history
* test: run flow on appveyor builds

* fix: switch os to image in appveyor.yml

* fix: set node to use x64 architecture in appveyor/install.ps1

* chore: remove scripts/flow.js
  • Loading branch information
zacharygolba authored Oct 7, 2016
1 parent 9e2f84b commit 1bfd98e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
os: Visual Studio 2015
image: Visual Studio 2015
platform: x64
environment:
nodejs_version: 6
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build:test": "node scripts/build/test.js",
"clean": "node scripts/clean.js",
"docs": "npm run clean && npm run build:docs",
"flow": "node scripts/flow.js",
"flow": "flow check",
"lint": "eslint .",
"start": "lux serve",
"test": "npm run build && nyc -i ./lib/babel-hook.js --instrument false --source-map false mocha -r ./lib/babel-hook.js test/index.js src/**/*.test.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/appveyor/install.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Install-Product node $env:nodejs_version
Install-Product node $env:nodejs_version x64

npm install
npm link
Expand Down
12 changes: 0 additions & 12 deletions scripts/flow.js

This file was deleted.

0 comments on commit 1bfd98e

Please sign in to comment.