mirror of
https://github.com/lbonn/rofi
synced 2024-11-23 04:13:03 +00:00
travis.yml: Use make check
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
73018f829e
commit
2eabe6ac09
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ before_script:
|
||||||
script:
|
script:
|
||||||
- ./configure --enable-gcov
|
- ./configure --enable-gcov
|
||||||
- make
|
- make
|
||||||
- make test
|
- make check
|
||||||
# to re-enable if xdotool is allowed.
|
# to re-enable if xdotool is allowed.
|
||||||
- make test-x
|
- make test-x
|
||||||
- make test-x1
|
- make test-x1
|
||||||
|
|
Loading…
Reference in a new issue