Skip to content

Commit 84aa220

Browse files
committed
Change target test to dynamic
1 parent 00057e0 commit 84aa220

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ install:
2424
script:
2525
- docker exec -t image-build bash -c "cd /travis && ls && openssl version"
2626
- docker exec -t image-build bash -c "cd /travis && make -j `nproc` && make install"
27-
- docker exec -t image-build bash -c "cd /travis/tests && make installed_test_dynamic"
27+
- docker exec -t image-build bash -c "cd /travis/tests && make test_dynamic"

0 commit comments

Comments
 (0)