Files
calligraphy/.travis.yml
2017-12-26 20:41:33 -05:00

12 lines
151 B
YAML

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