1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00
Files
nttgin-BGPalerter/.travis.yml
Massimo Candela 91f0d03f2a proxy support (#234)
Introduced proxy support

Co-authored-by: Florian Domain <f.domain@criteo.com>
2020-05-26 14:50:16 +02:00

19 lines
299 B
YAML

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
cache:
npm: true
directories:
- node_modules