mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Travis CI 💡
This commit is contained in:
parent
e5503399c0
commit
f7f864c6f4
1 changed files with 15 additions and 0 deletions
15
.travis.yml
Normal file
15
.travis.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
language: ruby
|
||||||
|
sudo: false
|
||||||
|
bundler: true
|
||||||
|
|
||||||
|
script: bundle exec rake
|
||||||
|
|
||||||
|
rvm:
|
||||||
|
- 2.3
|
||||||
|
- 2.4
|
||||||
|
- ruby-head
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- rvm: ruby-head
|
||||||
|
fast_finish: true
|
Loading…
Reference in a new issue