diff options
| author | Alee <alee14498@gmail.com> | 2018-04-16 11:29:06 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-16 11:29:06 -0400 |
| commit | edf5184cca275a3b1184c95f9b50d50ba24bceb8 (patch) | |
| tree | 4e0de566e9e349f3e942f937482f7282c318764a | |
| parent | 244529297a023fd49f113fa3ef73eeb54da65ce1 (diff) | |
| download | AleeBot-edf5184cca275a3b1184c95f9b50d50ba24bceb8.tar.gz AleeBot-edf5184cca275a3b1184c95f9b50d50ba24bceb8.tar.bz2 AleeBot-edf5184cca275a3b1184c95f9b50d50ba24bceb8.zip | |
Travis
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | travis.yml | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index ee6affd..948a14c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A chat bot for discord written in discord.js.", "main": "src/bot.js", "scripts": { - "test": "" + "test": "node bot_discord.js" }, "repository": { "type": "git", diff --git a/travis.yml b/travis.yml new file mode 100644 index 0000000..f5a9455 --- /dev/null +++ b/travis.yml @@ -0,0 +1,3 @@ +language: node_js +node_js: +- "node"
\ No newline at end of file |
