dist: trusty
language: node_js
node_js:
  - "node"
  - "12"
  - "11"
  - "10"
install:
  - npm install -g google-drive-getfilelist
script:
  - echo "npm test is not used because this module uses an access token."
