source:
trip-planner-front/node_modules/ua-parser-js/.travis.yml@
fa375fe
Last change on this file since fa375fe was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 194 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | arch: |
2 | - amd64 | |
3 | - ppc64le | |
4 | language: node_js | |
5 | node_js: | |
6 | - stable | |
7 | - lts/* | |
8 | ||
9 | notifications: | |
10 | email: false | |
11 | ||
12 | cache: | |
13 | directories: | |
14 | - node_modules | |
15 | ||
16 | sudo: false | |
17 | ||
18 | script: npm run test-ci |
Note:
See TracBrowser
for help on using the repository browser.