mastodon/.travis.yml
Eugen Rochko 9a7485d034 Fix typo on /api/accounts/:id/statuses, fix potential case-sensitivity issue
when registering incoming status mentions, add Travis CI file
2016-03-18 23:23:19 +01:00

10 lines
129 B
YAML

language: ruby
cache: bundler
rvm:
- 2.2.4
bundler_args: --without development --retry=3 --jobs=3
script: bundle exec rspec