Skip to content
Snippets Groups Projects
Commit f6344c2b authored by lekshmideepu's avatar lekshmideepu
Browse files

Update .travis.yml

parent 4771613c
No related branches found
No related tags found
No related merge requests found
......@@ -36,3 +36,20 @@ before_script:
- chmod +x build.sh
script: ./build.sh
notifications:
email:
recipients:
- r.deepu@fz-juelich.de
on_success: change
on_failure: always
#on_start: false
after_failure:
- cd $TRAVIS_BUILD_DIR/build
- |
for i in $(find reports -type f); do
echo "###########################"
echo "File: $i"
cat $i
done
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment