Skip to content

Commit e1e0312

Browse files
author
Sebastiano Merlino
committed
Adjusted path (being sleepy does not help here)
1 parent d8e3b9b commit e1e0312

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +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/
33+
- cp -R ../test/* ./test/
34+
- cp -R ../test/integ/* ./test/integ/
35+
- cp -R ../test/unit/* ./test/unit/
3636
- if [ $DEBUG = "debug" ]; then ../ci-report-coverage; fi
3737
matrix:
3838
exclude:

0 commit comments

Comments
 (0)