Skip to content

Commit

Permalink
Testing only with node 10, 12 and 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Alexandre Dias da Costa committed Sep 14, 2021
1 parent ca9c5dd commit d78de98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ addons:

language: node_js
node_js:
- '10'
- '12'
- '14'
- '16'

before_script:
- git fetch --unshallow
Expand All @@ -26,11 +26,11 @@ script:
jobs:
include:
- stage: jasmine
node_js: 10
node_js: 14
script:
- ./test.sh jasmine
- stage: mocha
node_js: 10
node_js: 14
script:
- ./test.sh mocha

Expand Down

0 comments on commit d78de98

Please sign in to comment.