Chervil is a toy Lisp interpreter written in Ruby
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 107B

1234567
  1. ---
  2. sudo: false
  3. language: ruby
  4. cache: bundler
  5. rvm:
  6. - 2.5.3
  7. before_install: gem install bundler -v 1.16.6