diff --git a/.travis.yml b/.travis.yml index 5cd1e4f565..aff065db9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,8 +67,8 @@ jobs: - stage: Lint & Build Dist & Release name: Lint & Build Dist & Release script: - - ./scripts/lint.sh || exit 1; - ./scripts/travis/build/build.sh || exit 1; + - ./scripts/lint.sh || exit 1; - ./scripts/travis/release/release.sh - TAG_VERSION=$(./scripts/travis/deploy/tag-travis-branch.sh) - echo "Running the docker with tag" $TAG_VERSION @@ -149,4 +149,3 @@ cache: - node_modules - demo-shell/dist - tmp - - lib/dist