From 9d96824fe994a4a25952df777069e9ba1e6127c6 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Thu, 7 May 2020 09:41:11 +0200 Subject: [PATCH] (ci) Wait a little for the devchain to start up --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d5f7c7f..7f5f3d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ install: before_script: - npm run devchain & + - sleep 10 script: - npm run lint:wrapper