travis: Run a xfvb for TestPreferences

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2017-02-07 11:57:02 +01:00 committed by Dirk Hohndel
parent b912880707
commit 9aacc41a48
2 changed files with 5 additions and 13 deletions

View file

@ -33,15 +33,3 @@ add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}
TestPreferences
TestRenumber
)
add_custom_target(check_travis COMMAND ${CMAKE_CTEST_COMMAND}
DEPENDS
TestUnitConversion
TestProfile
TestGpsCoords
TestParse
TestGitStorage
TestPlan
TestDiveSiteDuplication
TestRenumber
)