Skip to content

Commit

Permalink
Merge pull request #506 from ericmorand-at-isobar/issue_501
Browse files Browse the repository at this point in the history
Fix issue #501
  • Loading branch information
ericmorand committed Apr 26, 2020
2 parents 7702a61 + f05fa27 commit de857c0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ node_js:
- "9"
- "10"
- "11"
- "12"
jobs:
include:
- stage: test & cover
node_js: "12"
node_js: "13"
script:
- npm run cover
- npm run coverage
- stage: test in web browser
node_js: "12"
node_js: "13"
script:
- npm run test:browser
addons:
Expand All @@ -24,12 +25,12 @@ jobs:
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm install
- stage: test documentation
node_js: "12"
node_js: "13"
script:
- npm run test:docs
install:
- cd docs && bundle install --path ./vendor/bundle
- stage: test code quality
node_js: "12"
node_js: "13"
script:
- npm run test:qc

0 comments on commit de857c0

Please sign in to comment.