Skip to content

Instantly share code, notes, and snippets.

@krisleech
Created April 24, 2017 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krisleech/ee73f2a84e39824b5a4302e671daed71 to your computer and use it in GitHub Desktop.
Save krisleech/ee73f2a84e39824b5a4302e671daed71 to your computer and use it in GitHub Desktop.
rbx on travis CI
language: ruby
before_install:
- gem update --system
- gem update bundler
script: rspec spec
sudo: false
dist: trusty
rvm:
- rbx-3.69
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment