Skip to content

Instantly share code, notes, and snippets.

@pm-dev
Created October 30, 2013 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pm-dev/7227918 to your computer and use it in GitHub Desktop.
Save pm-dev/7227918 to your computer and use it in GitHub Desktop.
diff --git a/koality.yml b/koality.yml
index fdfe306..68c48c6 100644
--- a/koality.yml
+++ b/koality.yml
@@ -1,26 +1,27 @@
--- #Koality: 0.0.1
languages:
ruby: 1.9.3
setup:
- packages:
- system:
- gcc
- libmysqlclient-dev
- libxslt-dev
- libxml2-dev
- libcurl3-dev
+ - memcached
- gem:
- bundler
- databases:
- mysql:
- name: king_dev_store_unit_test
username: king_app_dev
- scripts:
- directory: rails
script: bundle install
- directory: script
script: ./koality.sh
test:
scripts:
- all_tests:
path: rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment