Skip to content

Commit

Permalink
Merge ae7964a into 155605a
Browse files Browse the repository at this point in the history
  • Loading branch information
Meemaw committed Jul 19, 2022
2 parents 155605a + ae7964a commit 60bcd6f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
@@ -1,9 +1,8 @@
language: node_js

node_js:
- '8'
- '10'
- '11'
- '17'
- '18'

env:
- NODE_ENV=TEST
Expand All @@ -21,7 +20,7 @@ jobs:
include:
- stage: deploy
if: branch == master && !fork
node_js: '8.9.1' # pre-installed version
node_js: '16'
script:
- yarn build
- npx semantic-release

0 comments on commit 60bcd6f

Please sign in to comment.