aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/socks/.travis.yml
blob: 2c6099bcdc2be1d02cbbac921c12acbd7adfd610 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
language: node_js
node_js:
  - 10
  - 12
  - 14
  - stable

before_install:
  - npm add -g typescript prettier tslint coveralls

script: "npm run build && npm run coveralls"