From 8f642c60078b5191579fb2abbe1a0d2b7434188a Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Sat, 21 Mar 2020 12:43:12 +0300 Subject: [PATCH] Fix ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8e82122..0c0b1e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,4 @@ install: script: - cd test - npm test - - ./build/release/test + - ./build/Release/test