HI 2 U TRAVIS; This is how to run specs in this engine
This commit is contained in:
parent
9b74f31a2a
commit
87bc12a1e4
1 changed files with 18 additions and 0 deletions
18
.travis.yml
Normal file
18
.travis.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue