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: steps:
- name: test - name: test
image: node image: yarnpkg/node-yarn
commands: commands:
- yarn install - yarn install
- yarn test - yarn test
Loading…
Cancel
Save