このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
binhong
/
Dota2-Random
ミラー元
https://github.com/binhonglee/Dota2-Random
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
1
Wiki
アクティビティ
ソースを参照
Fixed submodule pathing for TravisCI
master
BinHong Lee
6年前
親
b244603a30
コミット
da3d69f30a
5個のファイルの変更
、
6行の追加
、
7行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-1
.gitmodules
+1
-4
.travis.yml
+0
-0
dialogs/default.txt
+2
-1
package.json
+1
-1
test
+ 2
- 1
.gitmodules
ファイルの表示
@@ -1,3 +1,4 @@
[submodule "test"]
path = test
url = git@github.com:robm26/testflow.git
url = https://github.com/binhonglee/testflow.git
branch = checkExists
+ 1
- 4
.travis.yml
ファイルの表示
@@ -1,10 +1,7 @@
language: node_js
node_js:
- "node"
- "7"
- "6"
- "5"
- "4"
- "stable"
- "lts/*"
install:
- npm install
dialogs/testDialogs.txt → dialogs/default.txt
ファイルの表示
+ 2
- 1
package.json
ファイルの表示
@@ -4,7 +4,8 @@
"description": "Provides a random hero",
"main": "index.js",
"dependencies": {
"alexa-sdk": "^1.0.7"
"alexa-sdk": "^1.0.25",
"ask-sdk": "^2.1.0"
},
"scripts": {
"test": "node test/testflow.js testDialogs.txt"
+ 1
- 1
test
@@ -1 +1 @@
Subproject commit
985450fc28e61644877bd1e57e23c03e4be05e97
Subproject commit
665b226a071accd089fdc7de24c143fc93ea492e
書き込み
プレビュー
読み込み中…
キャンセル
保存