graudeejs/tripletexer

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
sudo: false
cache:
  directories:
    - bundler

rvm:
  - 2.2.2
  - 2.3.4
  - 2.4.1
  - jruby-head

matrix:
  allow_failures:
    - rvm: jruby-head

before_install:
  - 'cp "dot.env.example" ".env"'

script: bundle exec rspec spec