We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e3b9b commit e1e0312Copy full SHA for e1e0312
.travis.yml
@@ -30,9 +30,9 @@ after_success:
30
- cp -R ../src/* ./src/
31
- cp -R ../src/details/* ./src/details/
32
- 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/
+ - cp -R ../test/* ./test/
+ - cp -R ../test/integ/* ./test/integ/
+ - cp -R ../test/unit/* ./test/unit/
36
- if [ $DEBUG = "debug" ]; then ../ci-report-coverage; fi
37
matrix:
38
exclude:
0 commit comments