.travis.yml 207 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 language: ruby rvm: - 2.3.3 - 2.2.4 - 2.1.8 - 2.0.0 matrix: include: # Run Danger only once, on 2.3.3 - rvm: 2.3.3 script: bundle exec danger script: bundle exec rake test:units lint