diff --git a/.travis.yml b/.travis.yml index 97e1ba5..ea07151 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,14 +13,6 @@ cache: directories: - node_modules -script: - - node --version - - npm --version - - echo "Testing Started ..." - - npm run generate - - npm test - - echo "Testing Finished." - stages: - test - pack @@ -29,6 +21,15 @@ stages: jobs: include: + - stage: test + script: + - node --version + - npm --version + - echo "Testing Started ..." + - npm run generate + - npm test + - echo "Testing Finished." + - stage: pack script: - echo "NPM Pack Testing Started ..."