diff options
author | Philip Arndt <parndt@gmail.com> | 2011-08-15 13:07:26 +1200 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2011-08-15 13:07:26 +1200 |
commit | 87bc12a1e47779fcfa90d24a2eb22862560ca646 (patch) | |
tree | fe764029e8cec58ea0e3af9e151b2eaa772dc1c0 | |
parent | 9b74f31a2a22d0667e915d7c7e88477a964ed189 (diff) | |
download | refinerycms-blog-87bc12a1e47779fcfa90d24a2eb22862560ca646.tar.gz refinerycms-blog-87bc12a1e47779fcfa90d24a2eb22862560ca646.tar.bz2 refinerycms-blog-87bc12a1e47779fcfa90d24a2eb22862560ca646.zip |
HI 2 U TRAVIS; This is how to run specs in this engine
-rw-r--r-- | .travis.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7026561 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,18 @@ +script: "bundle exec rake && bundle exec rspec spec/" +notifications: + email: + - parndt@gmail.com + - ugis.ozolss@gmail.com + - joe@joesak.com +env: + - DB=postgres + - DB=mysql + - DB=sqlite3 +rvm: + - 1.8.7 + - 1.9.2 + - 1.9.3 + - rbx + - rbx-2.0 + - ree + - jruby
\ No newline at end of file |