diff --git a/.travis.yml b/.travis.yml index 14e514d3a..9052fa81a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ if: (branch = develop) OR (branch = master) OR (type = pull_request) OR (tag IS language: node_js node_js: # TODO: stable (v13.0.1 at the time) breaks sha3 package compilation - - 'lts/*' + # Sticky v12 + - '12' cache: 'yarn' script: - yarn test-coverage