about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-03-18 23:23:19 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-18 23:23:19 +0100
commit9a7485d03407b8177a51d900ac9aabbca893a2c1 (patch)
tree091b0c06c3031cc8b03f7453bc8c9a0eae9d8823 /.travis.yml
parent15476d505d7dfe4660281a326a9f620e94634ba8 (diff)
Fix typo on /api/accounts/:id/statuses, fix potential case-sensitivity issue
when registering incoming status mentions, add Travis CI file
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..e15efa97c
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: ruby
+cache: bundler
+
+rvm:
+  - 2.2.4
+
+bundler_args: --without development --retry=3 --jobs=3
+
+script: bundle exec rspec