[TASK] Remove npm travis test

This commit is contained in:
Xaver Maierhofer 2017-12-23 13:41:27 +01:00
parent ad02f7789d
commit a71eff2d39
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8
1 changed files with 0 additions and 6 deletions

View File

@ -13,9 +13,6 @@ os:
matrix:
include:
- node_js: 9
os: linux
env: USE_NPM=true
- node_js: 8
os: linux
- node_js: 6
@ -24,9 +21,6 @@ matrix:
cache:
yarn: true
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