.travis.yml 123 B

123456789
  1. before_install:
  2. - gem install bundler
  3. - git submodule update --init --recursive
  4. rvm:
  5. - 2.0
  6. - 2.1
  7. - 2.2
  8. - 2.3.0