diff --git a/.travis.yml b/.travis.yml index 0f27f1fb..d523a053 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ jobs: node_js: 8.9.0 script: - npm run build + - <<: *build node_js: 10.15.3 @@ -37,9 +38,6 @@ jobs: name: 'Unit Tests 8.9.0' script: - npm run test:unit - - <<: *test-unit - name: 'Unit Tests 10.15.3' - node_js: 10.15.3 - &test-integration stage: test @@ -56,6 +54,11 @@ jobs: - echo $PERSONAL_ACCESS_TOKEN script: - npm run test:integration + + - <<: *test-unit + name: 'Unit Tests 10.15.3' + node_js: 10.15.3 + - <<: *test-integration name: 'Integration Tests 10.15.3' node_js: 10.15.3