6 Commits

Author SHA1 Message Date
Brian Simpson
c3a8a13cea opensource: Don't install liveupdate 2017-10-12 14:50:06 -07:00
Brian Simpson
fd2962cfe2 opensource: Stop trying to install private plugins 2017-10-12 09:44:02 -07:00
Kevin O'Connor
38fbe363da Remove donate plugin. 2016-09-14 12:53:44 -07:00
Kevin O'Connor
72a76f8030 Remove the meatspace plugin. 2016-09-12 15:37:56 -07:00
Zean Tsoi
05b24d44da Specify plugins to be installed by default on Vagrant builds
Plugins must meet the following requirements in order to be installed
on a Vagrant build:

1. Be listed in `plugins` in the Vagrantfile
2. Be cloned to the designated install directory
3. Adhere to plugin naming conventions

This applies to all open-source plugins.
2016-08-04 13:13:14 -07:00
Chris Slowe
69698a9d12 Add Travis-CI integration.
The only way to test travis is to deploy to master with a `.travis.yml` file and wait for travis-ci to pick up the change.  To do some pre-testing here, the `Vagrantfile` has been split into two distinct machines:

 * `default` is, as before, the full reddit build (we have an opportunity to rename this)
 * `travis` is a minimal install with only the packages and services required to run `nosetests` against the codebase.  It tries to mimic what will happen when we try to build this on travis-ci's workers.

As part of this addition, I've moved `install-reddit.sh` to `install/reddit.sh` and populated that `install` folder with common scripts used for both `default` and `travis` builds.
2016-01-14 15:50:47 -08:00