From a384835eec60bf7dcabce48add400dd93e1b3da1 Mon Sep 17 00:00:00 2001 From: straker <2433219+straker@users.noreply.github.com> Date: Tue, 11 Aug 2020 01:10:28 -0600 Subject: [PATCH] ci: permutations --- .travis.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d43e14d5..a7d18001 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,16 +31,21 @@ jobs: script: - npm run build - npm run test:permutations vector - - name: "Permutation Tests: sprite" + - name: "Permutation Tests: text" if: type = pull_request script: - npm run build - - npm run test:permutations sprite - - name: "Permutation Tests: text" + - npm run test:permutations text + - name: "Permutation Tests: updatable" if: type = pull_request script: - npm run build - - npm run test:permutations text + - npm run test:permutations updatable + - name: "Permutation Tests: sprite" + if: type = pull_request + script: + - npm run build + - npm run test:permutations sprite - name: "Deploy gh-pages" if: type = push