Created
October 30, 2013 06:18
-
-
Save pm-dev/7227918 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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