mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 12:57:56 +00:00
fix travis for non-interactive apt
This commit is contained in:
parent
101b89f0be
commit
99bb7fd067
@ -1,6 +1,10 @@
|
||||
language: c
|
||||
sudo: required
|
||||
dist: trusty
|
||||
|
||||
env:
|
||||
- DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install --no-install-recommends -y zsh sudo gnupg cryptsetup pinentry-curses gawk libgcrypt20-dev steghide qrencode e2fsprogs
|
||||
|
Loading…
Reference in New Issue
Block a user