Skip to content

Commit

Permalink
Fix issue #501
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric MORAND committed Apr 26, 2020
1 parent 0878858 commit f05fa27
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 f05fa27

Please sign in to comment.