Skip to content

Commit d8e3b9b

Browse files
author
Sebastiano Merlino
committed
copying src to dest
1 parent 64ac7f2 commit d8e3b9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ after_success:
3030
- cp -R ../src/* ./src/
3131
- cp -R ../src/details/* ./src/details/
3232
- cp -R ../src/httpserver/* ./src/httpserver/
33+
- cp -R ../test/* .test/
34+
- cp -R ../test/integ/* .test/integ/
35+
- cp -R ../test/unit/* .test/unit/
3336
- if [ $DEBUG = "debug" ]; then ../ci-report-coverage; fi
3437
matrix:
3538
exclude:

0 commit comments

Comments
 (0)