diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-04-20 16:48:29 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-04-20 16:48:29 -0700 |
| commit | 9a5ff7766e3485318361cb99071adcde383b83ec (patch) | |
| tree | a83037ba44e321b2136b7c11e6a8bf639b509c44 | |
| parent | bc152da3a605dae937e6b7affa2fb590843d96ce (diff) | |
travis: working_dir doesn't work as expected. Try and fix it.
| -rw-r--r-- | .travis.yml | 3 |
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: |
