Testing latest Node
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nathan Kellenicki 2019-02-13 13:57:17 -08:00
parent 4e63fb945e
commit d71cda7cbc

View File

@ -1,13 +1,13 @@
pipeline:
install:
image: node:8.11.4
image: node:10.15.1
commands:
- apt-get update
- apt-get install -y bluetooth bluez libbluetooth-dev libudev-dev
- npm install
build:
image: node:8.11.4
image: node:10.15.1
commands:
- npm run all