From 4ad47ec6f9c81e5b0f04cc8d1ddc539b46ca6234 Mon Sep 17 00:00:00 2001 From: Artyom Date: Sun, 13 Aug 2017 19:40:43 +0300 Subject: [PATCH] [travis] Build the JS part --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4aa4e74..4c28e59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,6 +44,7 @@ before_script: - sleep 15 script: + - scripts/buildjs.sh - stack $ARGS --no-terminal --install-ghc build --test - scripts/test-official.sh $ARGS