1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-25 13:55:34 -05:00

Enable drun in travis builds.

This commit is contained in:
Dave Davenport 2016-08-31 10:09:41 +02:00
parent 4a4769f0b4
commit 74cbad6814

View file

@ -42,7 +42,7 @@ before_script:
- sudo make install - sudo make install
- cd - - cd -
- autoreconf -i - autoreconf -i
- ./configure --enable-gcov - ./configure --enable-gcov --enable-drun
script: script:
- make - make