HI 2 U TRAVIS; This is how to run specs in this engine

This commit is contained in:
Philip Arndt 2011-08-15 13:07:26 +12:00
parent 9b74f31a2a
commit 87bc12a1e4

18
.travis.yml Normal file
View file

@ -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