mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
set up Travis CI for Tracks
This commit is contained in:
parent
1aa1908a98
commit
fc8ad0f7b8
2 changed files with 17 additions and 0 deletions
16
.travis.yml
Normal file
16
.travis.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
language: ruby
|
||||||
|
rvm:
|
||||||
|
- 1.9.3
|
||||||
|
- 1.8.7
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- "export DISPLAY=:99.0"
|
||||||
|
- "sh -e /etc/init.d/xvfb start"
|
||||||
|
|
||||||
|
script: "bundle exec rake ci"
|
||||||
|
|
||||||
|
bundler_args: --without development
|
||||||
|
notifications:
|
||||||
|
recipients:
|
||||||
|
- tracksapp@googlegroups.com
|
||||||
|
|
||||||
1
lib/tasks/continuous_integration.rake
Normal file
1
lib/tasks/continuous_integration.rake
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
task :ci => [:test, :cucumber]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue