Skip to content

Commit 9a7a720

Browse files
committed
change target of test to os_test in travis
1 parent 999d202 commit 9a7a720

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
@@ -15,7 +15,7 @@ matrix:
1515
- mkdir -p build; cd build;
1616
- cmake -D"CMAKE_BUILD_TYPE:STRING=Debug" ../
1717
- make VERBOSE=1
18-
- make test
18+
- make os_test
1919

2020
- language: cpp
2121
name: "FFmpeg 3"
@@ -30,7 +30,7 @@ matrix:
3030
- mkdir -p build; cd build;
3131
- cmake -D"CMAKE_BUILD_TYPE:STRING=Debug" ../
3232
- make VERBOSE=1
33-
- make test
33+
- make os_test
3434

3535
- language: cpp
3636
name: "FFmpeg 4"
@@ -47,4 +47,4 @@ matrix:
4747
- mkdir -p build; cd build;
4848
- cmake -D"CMAKE_BUILD_TYPE:STRING=Debug" ../
4949
- make VERBOSE=1
50-
- make test
50+
- make os_test

0 commit comments

Comments
 (0)