# Example .continuousrc file for use with http://continuous.io
# This example file has been created for use with either a 
# Ruby or a Rails project.

# Put this in your project root. It will be used to configure the build 
# script for your project.

#######################
### Common settings ###
#######################

# A space separated list of extra packages to be installed. 
# This will be passed to the system package manager, normally apt-get.
# Example: "subversion libjpeg-dev"
EXTRA_PACKAGES=""
