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 }