Skip to content

Commit

Permalink
Add OSX to travis build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Prior99 committed Mar 22, 2018
1 parent 192f591 commit 5a1b22a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ jobs:
- stage: build
node_js: "9"
os: linux
- stage: build
node_js: "6"
os: osx
- stage: build
node_js: "7"
os: osx
- stage: build
node_js: "8"
os: osx
- stage: build
node_js: "9"
os: osx
addons:
apt:
sources:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-libpng",
"version": "0.0.3",
"version": "0.0.4",
"description": "Unofficial bindings for node to libpng.",
"main": "dist/index.js",
"author": "Frederick Gnodtke",
Expand Down

0 comments on commit 5a1b22a

Please sign in to comment.