Socialify

Folder ..

Viewing .travis.yml
9 lines (10 loc) • 101.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
language: node_js
node_js:
  - "12.22.12"
  - 13
  - 14
  - 15
  - 16
  - 17
script:
  - npm run lint