UNPKG

snekfetch

Version:

Just do http requests without all that weird nastiness from other libs

18 lines (17 loc) 289 B
language: node_js node_js: - "10" - "9" - "8" install: npm install jobs: include: - stage: test script: bash ./scripts/travis-test.sh - stage: deploy script: bash ./scripts/travis-deploy.sh cache: directories: - node_modules notifications: email: false