diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 0000000..9b5df21 --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,10 @@ +environment: + nodejs_version: 7 +platform: + - x86 + - x64 +install: + - ps: Install-Product node $env:nodejs_version $env:platform + - npm install +test_script: npm test +build: off diff --git a/.npmignore b/.npmignore index c6b61a5..5de72a9 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,5 @@ +.appveyor.yml .coveralls.yml .editorconfig .github diff --git a/bower.json b/bower.json index eca63a3..415617e 100644 --- a/bower.json +++ b/bower.json @@ -28,6 +28,7 @@ "stylus" ], "ignore": [ + ".appveyor.yml", ".coveralls.yml", ".editorconfig", ".github", diff --git a/component.json b/component.json index 287d91a..6bd639e 100644 --- a/component.json +++ b/component.json @@ -28,6 +28,7 @@ "stylus" ], "ignore": [ + ".appveyor.yml", ".coveralls.yml", ".editorconfig", ".github", diff --git a/composer.json b/composer.json index 0c7a10a..5f716d2 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,7 @@ "stylus" ], "ignore": [ + ".appveyor.yml", ".coveralls.yml", ".editorconfig", ".github", diff --git a/package.json b/package.json index c48d2d6..e86edac 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "stylus" ], "ignore": [ + ".appveyor.yml", ".coveralls.yml", ".editorconfig", ".github",