Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: really disable install step
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Sep 24, 2020
1 parent 2ae72ed commit 3301752
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ before_install:
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then export RUN_SINCE='--since master' ; fi

# disable auto-install as we will do one install step and cache the results
install: true
install:
- echo skipped

script:
- npm link
- npm run link
- npm run test:node -- $RUN_SINCE -- -- --timeout 10000 --bail

jobs:
Expand All @@ -86,19 +87,6 @@ jobs:
- npm install

- stage: check
name: deps
script:
- npm run link
- npm run dep-check -- $RUN_SINCE -- -- -- -i electron-webrtc

- stage: check
name: lint
script:
- npm run link
- npm run lint -- $RUN_SINCE --concurrency 1

- stage: check
name: deps and lint which is faster
script:
- npm run link
- npm run lint -- $RUN_SINCE --concurrency 1
Expand Down Expand Up @@ -443,4 +431,3 @@ jobs:

notifications:
email: false

0 comments on commit 3301752

Please sign in to comment.