Fix typo on /api/accounts/:id/statuses, fix potential case-sensitivity issue
when registering incoming status mentions, add Travis CI file
This commit is contained in:
parent
15476d505d
commit
9a7485d034
5 changed files with 19 additions and 8 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue