summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-04-20 16:48:29 -0700
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-04-20 16:48:29 -0700
commit9a5ff7766e3485318361cb99071adcde383b83ec (patch)
treea83037ba44e321b2136b7c11e6a8bf639b509c44
parentbc152da3a605dae937e6b7affa2fb590843d96ce (diff)
travis: working_dir doesn't work as expected. Try and fix it.
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d7aec671d..0c58d12bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,9 +11,8 @@ addons:
artifacts:
debug: true
paths:
- - $(ls -d1 */* | tr "\n" ":")
+ - $(ls -d1 bin/*/* | tr "\n" ":")
target_paths: /
- working_dir: bin
notifications:
webhooks: