Skip to content

Commit

Permalink
ci: permutations
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Aug 11, 2020
1 parent 362142b commit a384835
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit a384835

Please sign in to comment.