travis: Install some deps

This commit is contained in:
Armani Ferrante 2021-01-30 06:45:24 -08:00
parent a078b683b8
commit 2eeb0690b9
No known key found for this signature in database
GPG Key ID: D597A80BCF8E12B7
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ _defaults: &defaults
before_install:
- rustup component add rustfmt
- nvm install $NODE_VERSION
- sudo apt-get install -y pkg-config build-essential libudev-dev
_examples: &examples
before_install: