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

Commit 37b2b8a

Browse files
committed
Make sure we go back to the main travis dir before cache
1 parent 39b29e8 commit 37b2b8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ deploy:
4545
tags: true
4646
condition: $TRAVIS_OS_NAME = osx
4747
before_cache:
48-
- cd vendor/v8 && git clean -xdf && git checkout .
48+
- cd vendor/v8 && git clean -xdf && git checkout . && cd ../..
4949
- rm -rf vendor/depot_tools
5050
cache:
5151
bundler: true

0 commit comments

Comments
 (0)