๐Ÿ“ฆ getify / revocable-queue

๐Ÿ“„ .travis.yml ยท 18 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18sudo: false
language: node_js
node_js:
  - 12

git:
  depth: 5

cache:
  directories:
    - node_modules

env:
  - TEST_PACKAGE=true
branches:
  only:
    - master