[TASK] Add npm and yarn.lock test

This commit is contained in:
Xaver Maierhofer 2017-01-19 01:48:02 +01:00
parent cc2e8713ba
commit 3b4896f0da
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8
2 changed files with 14 additions and 6 deletions

View File

@ -12,6 +12,9 @@ os:
matrix:
include:
- node_js: 7
os: linux
env: USE_NPM=true
- node_js: 6
os: linux
- node_js: 4
@ -19,10 +22,15 @@ matrix:
cache:
yarn: true
directories:
- node_modules
script: grunt
before_install:
- if [ "$USE_NPM" == "true" ]; then rm yarn.lock; fi
before_script:
- if git status | grep -q "modified. \.travis\.yml"; then echo "Dirty yarn.lock"; exit 1; fi
script:
- grunt
notifications:
irc:

View File

@ -2070,9 +2070,9 @@ leaflet-label@^0.2.1-0:
version "0.2.1-0"
resolved "https://registry.yarnpkg.com/leaflet-label/-/leaflet-label-0.2.1-0.tgz#b91a678a4d78ac4c47cb230d3926254fd2a7e612"
"leaflet@https://github.com/davojta/Leaflet.git#v0.7.7.1":
version "0.7.7.1"
resolved "https://github.com/davojta/Leaflet.git#57c85cbf0f1e495bce4f1a11be26766b48c08cbc"
"leaflet@https://github.com/davojta/Leaflet.git#stable_0_7_7_1_release":
version "0.7.7"
resolved "https://github.com/davojta/Leaflet.git#bf3bcd089bea98d3f75bda08a79d8260f27eb3bf"
levn@^0.3.0, levn@~0.3.0:
version "0.3.0"