travis CI: install 'dtc'

pull/41/head
cfig 6 years ago
parent 3a15924571
commit 451ee1a623
No known key found for this signature in database
GPG Key ID: B104C307F0FDABB7

@ -2,7 +2,7 @@ dist: bionic
language: java
before_install:
- sudo apt -qq update
- sudo apt install -y libblkid-dev liblz4-tool
- sudo apt install -y libblkid-dev liblz4-tool device-tree-compiler
script:
- ./gradlew check
- ./gradlew clean

Loading…
Cancel
Save