mirror of https://github.com/mastodon/mastodon
Fix typo on /api/accounts/:id/statuses, fix potential case-sensitivity issue
when registering incoming status mentions, add Travis CI filepull/69/head
parent
15476d505d
commit
9a7485d034
@ -0,0 +1,9 @@
|
|||||||
|
language: ruby
|
||||||
|
cache: bundler
|
||||||
|
|
||||||
|
rvm:
|
||||||
|
- 2.2.4
|
||||||
|
|
||||||
|
bundler_args: --without development --retry=3 --jobs=3
|
||||||
|
|
||||||
|
script: bundle exec rspec
|
Loading…
Reference in New Issue