mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Make sure we go back to the main travis dir before cache
This commit is contained in:
parent
39b29e833b
commit
37b2b8a9d3
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ deploy:
|
|||
tags: true
|
||||
condition: $TRAVIS_OS_NAME = osx
|
||||
before_cache:
|
||||
- cd vendor/v8 && git clean -xdf && git checkout .
|
||||
- cd vendor/v8 && git clean -xdf && git checkout . && cd ../..
|
||||
- rm -rf vendor/depot_tools
|
||||
cache:
|
||||
bundler: true
|
||||
|
|
Loading…
Add table
Reference in a new issue