Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
Disable default install targets for Travis, this adds 2x ~17s since t…
Browse files Browse the repository at this point in the history
…ravis runs npm install and then we run it too
  • Loading branch information
prymitive committed Dec 5, 2017
1 parent b3558b4 commit 8002536
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8002536

Please sign in to comment.