Update '.drone.yml'

pull/7/head
Sander Vocke 5 years ago
parent 9e532a6bac
commit bc7be0180a
  1. 2
      .drone.yml

@ -4,7 +4,7 @@ name: default
steps:
- name: test
image: node
image: yarnpkg/node-yarn
commands:
- yarn install
- yarn test
Loading…
Cancel
Save