From 9254c22d70c27484e0f09d88f8d499aa74c8395b Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Sun, 23 Apr 2017 09:25:34 -0400 Subject: [PATCH] cleanup --- .travis.yml | 2 -- CONTRIBUTING.md | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8b304f7a..98ba83b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,8 +45,6 @@ install: - sudo cp -v ~/.ssh/id_rsa.pub $LXC_ROOTFS/root/.ssh/authorized_keys - sudo apt-get install build-essential libssl-dev libffi-dev python-dev && sudo pip install -r requirements.txt - pip install ansible-lint - -before_script: - gem install awesome_bot script: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 250dbbfa..fe17c839 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,9 +2,9 @@ * Check that your issue is not already described in the [FAQ](docs/faq.md), [troubleshooting](docs/troubleshooting.md) docs, or an [existing issue](https://github.com/trailofbits/algo/issues) * Did you remember to install the dependencies for your operating system prior to installing Algo? -* We only support modern operating systems, e.g. macOS 10.11+, iOS 9+, Windows 10+, Ubuntu 17.04+, etc. +* We only support modern clients, e.g. macOS 10.11+, iOS 9+, Windows 10+, Ubuntu 17.04+, etc. * Cloud provider support is limited to DO, AWS, GCE, and Azure. Any others are best effort only. -* If you need to file a new issue, fill out any relevant fields in the Issue Template +* If you need to file a new issue, fill out any relevant fields in the Issue Template. ### Pull Requests