Files
calligraphy/.travis.yml
2018-01-04 00:25:32 -06:00

13 lines
166 B
YAML

language: ruby
cache: bundler
rvm:
- 2.3
- 2.4
- 2.5
script:
- bundle exec rake spec
- bundle exec rake litmus:run
matrix:
allow_failures:
- rvm: 2.5