source: trip-planner-front/node_modules/ua-parser-js/.travis.yml@ e29cc2e

Last change on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 194 bytes
Line 
1arch:
2 - amd64
3 - ppc64le
4language: node_js
5node_js:
6 - stable
7 - lts/*
8
9notifications:
10 email: false
11
12cache:
13 directories:
14 - node_modules
15
16sudo: false
17
18script: npm run test-ci
Note: See TracBrowser for help on using the repository browser.