diff options
| author | Joseph Richey <joerichey94@gmail.com> | 2018-02-09 01:51:44 -0800 |
|---|---|---|
| committer | Joseph Richey <joerichey94@gmail.com> | 2018-02-09 03:36:33 -0800 |
| commit | 5d1eccd8db322cdcee7417d4e188329826cddf97 (patch) | |
| tree | 06deda08a34b066f39dc74f3c21e28834ede7769 /.travis.yml | |
| parent | 5d71e1d16b069d7f6f22b7978f696af493a3c846 (diff) | |
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.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |