aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-03-20 15:05:15 +0100
committerPatrick Spek <p.spek@tyil.nl>2023-07-25 02:16:51 +0200
commitac5cbed57fec556c375343d44a756ba406d28158 (patch)
tree1ef62bb6d7940e377f50b7c114d4e537a2e5f38d
parent01ff0f7ece6537da5f56efe942bfd39a0632cb57 (diff)
Update Travis config to cd explicitly to the Travis build dir
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6e46449..d1e34be 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ env:
before_install:
- cd $(mktemp -d)
- wget "https://github.com/nxadm/rakudo-pkg/releases/download/${TAG:-v${VERSION}}/rakudo-pkg-Ubuntu14.04_${VERSION}_amd64.deb" && sudo dpkg -i *.deb
- - cd -
+ - cd ${TRAVIS_BUILD_DIR}
install:
- zef install --deps-only .