From 38c60616594f8ac74f351fd52d0232a270f79e67 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Tue, 4 Jul 2017 01:23:37 -0700 Subject: [PATCH] Fixed bad syntax --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 77169b7..a8f9c3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,6 @@ before_install: script: - cargo build --verbose - cargo test --verbose - - cargo run -- -d test/db.sqlite & -w web + - cargo run -- -d test/db.sqlite -w web & - sleep 5 - nightwatch \ No newline at end of file