Skip to content

Commit

Permalink
Added travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
treboryx committed Nov 28, 2018
1 parent a67850c commit bc39d43
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: node_js
node_js:
- "8"
install: npm install
jobs:
include:
- stage: test
script: npm test
cache:
directories:
- node_modules
4 changes: 2 additions & 2 deletions config.js
Expand Up @@ -7,9 +7,9 @@ const config = {

"support": [],

"token": "oh hi mark",
"token": "NDczMTAzMjc4MTAwNzA5Mzc2.DrXuOQ._NpRexDisBLn0jNE4Nc4XXw-NEA",

"youtubeAPIKey": "oh hi mark",
"youtubeAPIKey": "AIzaSyD8LBy3ZmpeQ185HSJ916u2xazZQMRy0qA",

"defaultSettings" : {
"prefix": `${prefix.prefix}`,
Expand Down

0 comments on commit bc39d43

Please sign in to comment.