diff options
| author | Vojta Jina | 2012-09-24 22:58:01 -0700 |
|---|---|---|
| committer | Vojta Jina | 2012-09-24 23:39:33 -0700 |
| commit | 8b2532cec7f79c7b633122eead3ef42536ec8b5b (patch) | |
| tree | 3f44c586e303e83f4d0e0d19d9e77fb4f6ea6457 /.travis.yml | |
| parent | 8db47ca7d4303e3e45a838219a1f6e9be8770ed4 (diff) | |
| download | angular.js-8b2532cec7f79c7b633122eead3ef42536ec8b5b.tar.bz2 | |
chore: add travis config
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..d209a1b2 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: node_js +node_js: + - 0.8 + +before_script: + - export DISPLAY=:99.0 + - sh -e /etc/init.d/xvfb start + - npm install -g testacular@canary + - rake package + - ./nodeserver.sh > /dev/null & + +script: + - rake test[Firefox,"--reporters=dots"] |
