Skip to content

Commit

Permalink
Fix broken test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ Hsu committed Jun 16, 2018
1 parent da69400 commit 8cbe00d
Show file tree
Hide file tree
Showing 10 changed files with 2,585 additions and 2,000 deletions.
8 changes: 8 additions & 0 deletions .babelrc
@@ -0,0 +1,8 @@
{
"presets": [["env"]],
"env": {
"production": {
"presets": ["minify"]
}
}
}
13 changes: 0 additions & 13 deletions .gitlab-ci.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,6 +1,10 @@
language: node_js language: node_js
node_js: node_js:
- "6"
- "7"
- "8" - "8"
- "9"
- "10"
before_script: before_script:
- | - |
echo -e "{\"kkbox_sdk\": {\"client_id\": \"$CLIENT_ID\", \"client_secret\": \"$CLIENT_SECRET\"}}" > test/client_secrets.json echo -e "{\"kkbox_sdk\": {\"client_id\": \"$CLIENT_ID\", \"client_secret\": \"$CLIENT_SECRET\"}}" > client_secrets.json

0 comments on commit 8cbe00d

Please sign in to comment.