1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00
Files
nttgin-BGPalerter/.travis.yml

19 lines
299 B
YAML
Raw Normal View History

2019-08-17 02:40:53 +02:00
language: node_js
node_js:
- 12
jobs:
include:
- stage: "Tests without proxy"
name: "Tests without proxy"
script: npm run test
- stage: "Tests with proxy"
name: "Tests with proxy"
script: npm run test-proxy
2019-08-17 02:40:53 +02:00
cache:
npm: true
2019-08-17 02:40:53 +02:00
directories:
- node_modules