From 5d1eccd8db322cdcee7417d4e188329826cddf97 Mon Sep 17 00:00:00 2001 From: Joseph Richey Date: Fri, 9 Feb 2018 01:51:44 -0800 Subject: docs/travis: Remove mention of Argon2 Now that Argon2 is simply and implementation detail of the `crypto` package, and no a build dependancy, we don't need it in Travis or in the documenation for building fscrypt. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9fdabc4..925007d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ addons: sources: - sourceline: 'deb http://en.archive.ubuntu.com/ubuntu/ artful main universe' packages: - - libargon2-0-dev - libpam0g-dev - e2fsprogs - protobuf-compiler -- cgit v1.2.3