From 7b4dc8a9d882a64adc4e1a0b2ffe229495cb4ee4 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Tue, 4 Jul 2017 00:54:39 -0700 Subject: [PATCH] Run nightwatch tests --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4503159..c64c16a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,7 @@ before_install: script: - cargo build --verbose - - cargo test --verbose \ No newline at end of file + - cargo test --verbose + - cargo run -d test/db.sqlite & + - sleep 5 + - nightwatch \ No newline at end of file