Browse Source

travis: Install some deps

Armani Ferrante 4 năm trước cách đây
mục cha
commit
2eeb0690b9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -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: