From 176671ef540b419cc25c354e9d5ba322db73a80c Mon Sep 17 00:00:00 2001 From: Maximilian Heinz Date: Wed, 14 Oct 2015 15:37:53 +0200 Subject: [PATCH] fix(travis): add build script for travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2796e77..8ba63b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ before_install: before_script: - npm prune - 'curl -Lo travis_after_all.py https://git.io/vLSON' +script: "npm run build" after_success: - python travis_after_all.py - export $(cat .to_export_back)