Skip to content

Commit

Permalink
Added C++ test file output to travis yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
mspraggs committed Jan 14, 2016
1 parent d71dbb0 commit 56da1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,7 +21,7 @@ install:
- make
- cd ..
script:
- for f in build/pyQCD/test_*; do ./$f; done
- for f in build/pyQCD/test_*; do echo "Running test file ${f}"; ./$f; done
- py.test -vl
cache:
directories:
Expand Down

0 comments on commit 56da1c0

Please sign in to comment.