1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

list file in /tmp to debug our script for travis ci

This commit is contained in:
Stefan Lankes 2017-02-20 16:24:09 +01:00
parent 5198e03f54
commit cec4340e89

View file

@ -23,6 +23,8 @@ script:
- sudo dpkg -i ../libhermit*_amd64.deb
- make -j2 examples
- if [ "$TRAVIS_BRANCH" != "master" ]; then make test; fi
- ls -la /tmp
- cat /tmp/hermit*
deploy:
on: master