Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Langfeld <ben@langfeld.me>2014-07-27 01:33:24 +0400
committerMichael Weibel <michael.weibel@gmail.com>2014-07-30 22:12:20 +0400
commitf387502553d90ffd3364402a639ad2c93c7d4fc3 (patch)
tree1212fb5926435f678140c39c1930629f4a0dbcac /.travis.yml
parentb4ff8216a2e0f9da8c43151d46c2f03c722f66b4 (diff)
Testing
- Merge vagrant from candy-chat/vagrant to run tests on phantomjs - Implement basic tests for various modules - Create travis config file - Update CONTRIBUTING about testing
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..d0dd30d
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,12 @@
+language: node_js
+node_js:
+ - '0.10'
+env:
+ global:
+ - SAUCE_USERNAME: candy-chat-ci
+ - SAUCE_ACCESS_KEY: 6a43c907-5991-4c4d-b0c7-fa5c40bf772b
+script:
+ - npm install -g
+ - bower install
+ - grunt
+ - grunt test