diff --git a/.travis.yml b/.travis.yml index 7ad436a762..cf087fc164 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,6 @@ language: node_js dist: jammy -cache: - yarn: true - directories: - - node_modules +cache: yarn env: global: - PR_TITLE=$(curl https://github.com/${TRAVIS_REPO_SLUG}/pull/${TRAVIS_PULL_REQUEST} 2> /dev/null | grep "title" | head -1)