Skip to content

Commit 9a5ff77

Browse files
committed
travis: working_dir doesn't work as expected. Try and fix it.
1 parent bc152da commit 9a5ff77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ addons:
1111
artifacts:
1212
debug: true
1313
paths:
14-
- $(ls -d1 */* | tr "\n" ":")
14+
- $(ls -d1 bin/*/* | tr "\n" ":")
1515
target_paths: /
16-
working_dir: bin
1716

1817
notifications:
1918
webhooks:

0 commit comments

Comments
 (0)