UNPKG

snekfetch

Version:

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

16 lines (15 loc) 272 B
language: node_js node_js: - "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