Skip to content

Commit

Permalink
fix: travis was not running the E2E tests after merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed May 27, 2020
1 parent a17f2bb commit 73257dc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ stages:

jobs:
include:
- &test
script: ./scripts/build.sh
node_js: "10"

- <<: *test
node_js: "12"

- <<: *test
node_js: "13"

- stage: 🚀 publish to npm 🚀
node_js: "12"
if: tag IS present
Expand Down

0 comments on commit 73257dc

Please sign in to comment.