mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
add travis
This commit is contained in:
parent
e7fee4b145
commit
dbdc62cb8d
1 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
|||
sudo: false
|
||||
language: ruby
|
||||
rvm:
|
||||
- 2.3.1
|
||||
before_install: gem install bundler -v 1.12.0
|
||||
- 2.0
|
||||
- 2.1
|
||||
- 2.2
|
||||
- 2.3
|
||||
cache: bundler
|
||||
sudo: false
|
||||
|
|
Loading…
Reference in a new issue