Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit aaece39

Browse files
committed
Disable travis directory caching
It seems it's doing more harm than good - it takes the same time to download the cache as to clone v8.
1 parent f10c168 commit aaece39

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ before_install:
3131
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update bundler; fi
3232
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then sudo gem install bundler; fi
3333
script:
34-
- if ! [ "$(ls -A vendor/v8/.git)" ] ; then rm -rf vendor/v8; fi
35-
- rm -rf vendor/depot_tools
3634
- git submodule update --init
3735
- MAKEFLAGS+=-j8 bundle exec rake spec binary --trace
3836
deploy:
@@ -44,13 +42,8 @@ deploy:
4442
on:
4543
tags: true
4644
condition: $TRAVIS_OS_NAME = osx
47-
before_cache:
48-
- cd vendor/v8 && git clean -xdf && git checkout . && cd ../..
49-
- rm -rf vendor/depot_tools
5045
cache:
5146
bundler: true
52-
directories:
53-
- vendor
5447
notifications:
5548
recipients:
5649
- cowboyd@thefrontside.net

0 commit comments

Comments
 (0)