Include node 8 in the build matrix, gitignore package-lock.json

This commit is contained in:
Bryan Housel
2017-06-11 01:25:11 -04:00
parent 49d724e4f4
commit 5710bcc481
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -7,6 +7,7 @@
/dist/mapillary-js/
/node_modules/
npm-debug.log
package-lock.json
transifex.auth
# autogenerated symlinks

View File

@@ -2,7 +2,7 @@ language: node_js
node_js:
- "4"
- "6"
- "7"
- "8"
sudo: required
after_success:
- pip install virtualenv