[TASK] Remove npm travis test
This commit is contained in:
parent
ad02f7789d
commit
a71eff2d39
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user