From b4645685aa77d9d1fbfc2c0e6fde70c4e0dd46af Mon Sep 17 00:00:00 2001 From: Crawl Date: Sat, 13 May 2017 18:58:56 +0200 Subject: [PATCH] Improve test and build scripts --- .travis.yml | 1 + deploy/deploy.sh | 1 - deploy/test.sh | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 82dcb3e03..88e0a9d4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ jobs: - stage: test script: bash ./deploy/test.sh - stage: build + node_js: "6" script: bash ./deploy/deploy.sh env: global: diff --git a/deploy/deploy.sh b/deploy/deploy.sh index e63a81b82..d12ee608b 100644 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -4,7 +4,6 @@ set -e function build { - npm run lint npm run docs VERSIONED=false npm run webpack } diff --git a/deploy/test.sh b/deploy/test.sh index 7c356ae9f..9e076a4c4 100644 --- a/deploy/test.sh +++ b/deploy/test.sh @@ -5,7 +5,6 @@ set -e function tests { npm run lint npm run docs:test - VERSIONED=false npm run webpack exit 0 }