aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-03-20 15:05:15 +0100
committerPatrick Spek <p.spek@tyil.nl>2018-03-20 15:05:15 +0100
commit262bae37041d5f72b04d9835fe219c97b8357961 (patch)
tree1ef62bb6d7940e377f50b7c114d4e537a2e5f38d /.travis.yml
parent96ba1db6c14e17763aee4ad1131e1ac456e59c8f (diff)
Update Travis config to cd explicitly to the Travis build dir
Diffstat (limited to '.travis.yml')
-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 .