From 46214df4a169539903f7a272f8e15f16ad3fed34 Mon Sep 17 00:00:00 2001 From: Igor Canadi Date: Tue, 17 Mar 2015 15:24:16 -0700 Subject: [PATCH] Only run db_test in Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 859a44a22..b0246914e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,6 @@ before_install: - sudo dpkg -i libgflags-dev_2.0-1_amd64.deb # Lousy hack to disable use and testing of fallocate, which doesn't behave quite # as EnvPosixTest::AllocateTest expects within the Travis OpenVZ environment. -script: OPT=-DTRAVIS V=1 make unity && make clean && OPT=-DTRAVIS V=1 make check +script: OPT=-DTRAVIS V=1 make unity && make clean && OPT=-DTRAVIS V=1 make db_test && ./db_test notifications: email: false