mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
Disable default install targets for Travis, this adds 2x ~17s since travis runs npm install and then we run it too
This commit is contained in:
@@ -20,6 +20,8 @@ jobs:
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
# install defaults to "npm install", which is done via make
|
||||
install: []
|
||||
script: make test-js
|
||||
|
||||
- stage: Lint Go code
|
||||
@@ -33,6 +35,8 @@ jobs:
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
# install defaults to "npm install", which is done via make
|
||||
install: []
|
||||
script: make lint-js
|
||||
|
||||
- stage: Build Docker image
|
||||
|
||||
Reference in New Issue
Block a user