Skip to content

Commit

Permalink
Adds YML file for Appveyor integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
kasargeant committed Jul 2, 2017
1 parent 10ab364 commit 99c6328
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 622 deletions.
23 changes: 23 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Test against the latest version of this Node.js version
environment:
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"

# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install

# Post-install test scripts.
test_script:
# Output useful info for debugging.
- node --version
- npm --version
# run tests
- npm test

# Don't actually build.
build: off
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tinter",
"version": "0.4.5",
"description": "A lean and fast console string colorizing module - supports CSS naming and up to 16M+ colors.",
"description": "An extremely fast console string coloring module - supporting CSS4 naming and up to 16M+ colors.",
"keywords": [
"javascript",
"color",
Expand Down

0 comments on commit 99c6328

Please sign in to comment.