1
0
Fork 0
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:
Petko Bordjukov 2016-05-13 04:35:24 +03:00
parent 39b29e833b
commit 37b2b8a9d3

View file

@ -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