diff options
| author | Kir | 2012-01-30 21:07:06 +0200 | 
|---|---|---|
| committer | Kir | 2012-01-30 21:07:06 +0200 | 
| commit | 9a9bce32e44b548e16156e3421dd30d4495d2f4e (patch) | |
| tree | 671bc7d06ce389d4c3936daf0b38c2bc1e5e8dcf | |
| parent | b3de1169261f2956d519e94e0e4e186e5cfc7aca (diff) | |
| download | inboxes-9a9bce32e44b548e16156e3421dd30d4495d2f4e.tar.bz2 | |
Adding travis config
| -rw-r--r-- | .travis.yml | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..919bad0 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +before_script: +  - "psql -c 'create database inboxes_test;' -U postgres" +language: ruby +rvm: +  - 1.8.7 +  - 1.9.2 +  - 1.9.3 +notifications: +  email: +    - shatrov@me.com
\ No newline at end of file | 
