Skip to content

Commit

Permalink
DISABLE cache in travis to speed it up && IMPROVE names of jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Oct 4, 2019
1 parent 630b8b9 commit 51b9504
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_js:
- "10"

cache:
yarn: true
yarn: false

install:
- yarn install
Expand All @@ -14,4 +14,6 @@ script:
jobs:
include:
- script: travis_wait 30 yarn test --cli
- script: travis_wait 30 yarn test-latest-cra
name: "CLI Fixtures"
- script: travis_wait 30 yarn test-latest-cra
name: "CRA latest"

0 comments on commit 51b9504

Please sign in to comment.