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 daf8a45..77fd6d1 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ +.appveyor.yml .editorconfig .github .gitignore diff --git a/bower.json b/bower.json index 0759f0e..fd36d39 100644 --- a/bower.json +++ b/bower.json @@ -28,6 +28,7 @@ "stylus" ], "ignore": [ + ".appveyor.yml", ".editorconfig", ".github", ".gitignore", diff --git a/component.json b/component.json index f99a4d2..987b27b 100644 --- a/component.json +++ b/component.json @@ -28,6 +28,7 @@ "stylus" ], "ignore": [ + ".appveyor.yml", ".editorconfig", ".github", ".gitignore", diff --git a/composer.json b/composer.json index b07c04f..ae22861 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,7 @@ "stylus" ], "ignore": [ + ".appveyor.yml", ".editorconfig", ".github", ".gitignore", diff --git a/package.json b/package.json index 315f7fd..c0c4905 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "stylus" ], "ignore": [ + ".appveyor.yml", ".editorconfig", ".github", ".gitignore",