From 54de0dc4a7d570826b8be1e9a386dff82d59db57 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 16 Oct 2018 10:36:27 +0900 Subject: [PATCH] Update config for CI --- .travis/default.yml | 15 ++++----------- .travis/test.yml | 15 ++++----------- 2 files changed, 8 insertions(+), 22 deletions(-) diff --git a/.travis/default.yml b/.travis/default.yml index 471a2a7c4..7c1f49da0 100644 --- a/.travis/default.yml +++ b/.travis/default.yml @@ -1,12 +1,8 @@ -maintainer: '@syuilo' -url: 'https://misskey.xyz' -secondary_url: 'https://himasaku.net' +maintainer: + name: syuilo + url: 'https://syuilo.com' +url: 'http://misskey.local' port: 80 -https: - enable: false - key: null - cert: null - ca: null mongodb: host: localhost port: 27017 @@ -21,6 +17,3 @@ elasticsearch: host: localhost port: 9200 pass: '' -recaptcha: - site_key: hima - secret_key: saku diff --git a/.travis/test.yml b/.travis/test.yml index 6a115d6ab..c65f695a6 100644 --- a/.travis/test.yml +++ b/.travis/test.yml @@ -1,12 +1,8 @@ -maintainer: '@syuilo' -url: 'https://misskey.xyz' -secondary_url: 'https://himasaku.net' +maintainer: + name: syuilo + url: 'https://syuilo.com' +url: 'http://misskey.local' port: 80 -https: - enable: false - key: null - cert: null - ca: null mongodb: host: localhost port: 27017 @@ -21,6 +17,3 @@ elasticsearch: host: localhost port: 9200 pass: '' -recaptcha: - site_key: hima - secret_key: saku