Skip to content

Commit

Permalink
Merge pull request #286 from bitovi/fixit
Browse files Browse the repository at this point in the history
Run the build as an npm project
  • Loading branch information
m-mujica authored Jun 18, 2018
2 parents 70cdcee + a99bc6a commit fc73e0a
Show file tree
Hide file tree
Showing 25 changed files with 838 additions and 949 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- 4
- 6
- 8
script: npm test
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Test against this version of Node.js
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"

# Install scripts. (runs after repo cloning)
install:
Expand Down
Loading

0 comments on commit fc73e0a

Please sign in to comment.