- Travis: Move cript to Node section; prevent submodule cloning
parent
f5e64371e4
commit
e54d2b66a2
|
@ -4,8 +4,8 @@ dist: xenial
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
script:
|
git:
|
||||||
- npm run eslint
|
submodules: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
@ -20,3 +20,5 @@ jobs:
|
||||||
# Reenable later if doing more than linting (i.e., testing)
|
# Reenable later if doing more than linting (i.e., testing)
|
||||||
# - 12
|
# - 12
|
||||||
# - 10
|
# - 10
|
||||||
|
script:
|
||||||
|
- npm run eslint
|
||||||
|
|
Loading…
Reference in New Issue