mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Include node 8 in the build matrix, gitignore package-lock.json
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,6 +7,7 @@
|
||||
/dist/mapillary-js/
|
||||
/node_modules/
|
||||
npm-debug.log
|
||||
package-lock.json
|
||||
transifex.auth
|
||||
|
||||
# autogenerated symlinks
|
||||
|
||||
@@ -2,7 +2,7 @@ language: node_js
|
||||
node_js:
|
||||
- "4"
|
||||
- "6"
|
||||
- "7"
|
||||
- "8"
|
||||
sudo: required
|
||||
after_success:
|
||||
- pip install virtualenv
|
||||
|
||||
Reference in New Issue
Block a user