diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-04-20 16:18:30 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-04-20 16:18:30 -0700 |
| commit | 4c77f84034ce0831ebb574edc1e727dc0e9799dc (patch) | |
| tree | f4a34dc961fccbad8108ce158df15361e3d93329 | |
| parent | f66fcbfa4f4bf7ea8f222b28493ce6701b2dbac7 (diff) | |
travis: artifact upload tweaks.
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a4b258331..d7aec671d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,9 @@ addons: artifacts: debug: true paths: - - $(ls bin/* | tr "\n" ":") + - $(ls -d1 */* | tr "\n" ":") + target_paths: / + working_dir: bin notifications: webhooks: |
