removed node_js 9 from .travis.yml

(not supported by node-sass so we exclude it complete)
pull/2269/head
REJack 2019-10-31 14:08:19 +01:00
parent ec0cf8a197
commit d5404fb1f3
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
1 changed files with 0 additions and 6 deletions

View File

@ -2,7 +2,6 @@ language: node_js
node_js: node_js:
- 8 - 8
- 9
- 10 - 10
- 11 - 11
- 12 - 12
@ -11,11 +10,6 @@ env:
- INSTALL=yarn - INSTALL=yarn
- INSTALL=npm - INSTALL=npm
jobs:
exclude:
- node_js: 9
env: INSTALL=yarn
matrix: matrix:
fast_finish: true fast_finish: true