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

Commit 668cef6

Browse files
committed
Clean up the cached dir if there is no cache
1 parent fa098e9 commit 668cef6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ before_install:
3434
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update bundler; fi
3535
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then sudo gem install bundler; fi
3636
script:
37+
- if ! [ "$(ls -A vendor/v8/.git)" ] ; then rm -rf vendor/v8; fi
3738
- MAKEFLAGS+=-j8 bundle exec rake spec binary --trace
3839
deploy:
3940
provider: releases

0 commit comments

Comments
 (0)