diff --git a/.travis.yml b/.travis.yml index ca99d8f..726a0b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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