Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
solygen committed Feb 20, 2022
1 parent 6f3ce86 commit 64095eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: node_js
sudo: false
node_js:
- "5.1"
- "16.9.0"
cache:
yarn: true
directories:
- node_modules
install:
- yarn
script:
- npm test
- yarn test

0 comments on commit 64095eb

Please sign in to comment.