Problem: Travis CI fails

```
cargo:warning=etc/hidapi/linux/hid.c:44:21: fatal error: libudev.h: No such file or directory
```

Solution: install libudev-dev
This commit is contained in:
Yurii Rashkovskii 2018-06-15 14:22:54 -07:00
parent dbc3bd80ab
commit 3357134e02
No known key found for this signature in database
GPG Key ID: 1D60D7CFD80845FF
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ matrix:
before_script:
- sudo add-apt-repository ppa:ethereum/ethereum -y
- sudo apt-get update -y
- sudo apt-get install solc -y
- sudo apt-get install solc libudev-dev -y
- wget https://parity-downloads-mirror.parity.io/v1.10.6/x86_64-unknown-linux-gnu/parity
- chmod +x parity
- cp parity ${HOME}/bin