Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

add travis-ci #10

Merged
merged 15 commits into from
Oct 11, 2018
Merged

add travis-ci #10

merged 15 commits into from
Oct 11, 2018

Conversation

ishowta
Copy link
Contributor

@ishowta ishowta commented Oct 11, 2018

現状RailsのCORSの設定がされてないのでcross origin errorでアクセスできないみたい

@ishowta ishowta requested a review from tomoyaf October 11, 2018 17:47
@tomoyaf
Copy link
Collaborator

tomoyaf commented Oct 11, 2018

いまjson-serverっていうのを使ってて
yarn mockでサーバ立ち上げられるようにしてます!
とりあえずバックエンドの実装進むまでこれで代用しとこうかと考えてます!

@tomoyaf
Copy link
Collaborator

tomoyaf commented Oct 11, 2018

↑で言ったことでよかった?

@tomoyaf
Copy link
Collaborator

tomoyaf commented Oct 11, 2018

ちょっとこのFailedの理由わかったからいまなおす!

@ishowta
Copy link
Contributor Author

ishowta commented Oct 11, 2018

天才

@ishowta
Copy link
Contributor Author

ishowta commented Oct 11, 2018

npm mockコマンドが無いって怒られてたように見えましたがこれで動きます…?

@tomoyaf
Copy link
Collaborator

tomoyaf commented Oct 11, 2018

yarn mockじゃない?
そんでたしかnpmでやるんだったらnpm run mockじゃない?

@tomoyaf
Copy link
Collaborator

tomoyaf commented Oct 11, 2018

やる!

@ishowta
Copy link
Contributor Author

ishowta commented Oct 11, 2018

あーデフォルトでyarn使えないのかと思ってたけど使えるのか

@tomoyaf
Copy link
Collaborator

tomoyaf commented Oct 11, 2018

json-serverはglobalでいれてた…

@tomoyaf
Copy link
Collaborator

tomoyaf commented Oct 11, 2018

json-serverは

Resources
  http://localhost:3001/ranking
  http://localhost:3001/threads
Home
  http://localhost:3001

で無事立ち上がったっぽいね

@tomoyaf
Copy link
Collaborator

tomoyaf commented Oct 11, 2018

yarnpkg/yarn#1058

@ishowta
Copy link
Contributor Author

ishowta commented Oct 11, 2018

あ、cd ..を消してない…すみません直します

@ishowta
Copy link
Contributor Author

ishowta commented Oct 11, 2018

これで多分動きます 長々とすみません…

@ishowta
Copy link
Contributor Author

ishowta commented Oct 11, 2018

json-serverが無いらしいです travis側でyarn add --dev json-serverする必要がある?yarnでdevDependenciesは入りますよね

@ishowta
Copy link
Contributor Author

ishowta commented Oct 11, 2018

順番が�違う

@ishowta
Copy link
Contributor Author

ishowta commented Oct 11, 2018

すみません…

@tomoyaf
Copy link
Collaborator

tomoyaf commented Oct 11, 2018

https://travis-ci.com/enpitut2018/VideoSocialBookmarkFrontend/jobs/151272682#L545
ここで3000番ポートにいってるのがだめなのかな
jsdom系でぐぐってみたらそっちはそっちで怪しそうな感じあったしどっちだろ

@ishowta
Copy link
Contributor Author

ishowta commented Oct 11, 2018

@tomoyaf たぶんactionで3000番呼んでるのが駄目そう

@tomoyaf
Copy link
Collaborator

tomoyaf commented Oct 11, 2018

"mock": "json-server --watch db.json --port 3001"を3000にしたらできそう

@tomoyaf tomoyaf merged commit bf504c5 into master Oct 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants