From ff5f6bccf87fb72eb273679de51ae42ef785746d Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 11 Jul 2019 13:00:26 -0400 Subject: [PATCH] Changing the order again --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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