diff --git a/.travis.yml b/.travis.yml index abd0a8fe346..b2ff5bb0f4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ matrix: echo 'bt all' > cmds; for file in $(ls /cores); do echo core file $file; - lldb -c $file `which ld` -b -s cmds; + lldb -c /cores/$file `which ld` -b -s cmds; done - env: >