Skip to content

Commit

Permalink
enhance: update travis CI's node vertion to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
hackjutsu committed Sep 30, 2017
1 parent b4a17ef commit e60b108
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: node_js
node_js:
- "6"
- "8"
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
</head>
<body>
<div id='container'></div>
<!-- <script src="http://127.0.0.1:3000/bundle/app.bundle.js"></script> -->
<script src='./bundle/app.bundle.js'></script>
</body>
</html>
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ autoUpdater.autoDownload = false
initGlobalConfigs()
initGlobalLogger()

logger.debug(`\n\n----- ${appInfo.version} -----\n`)
logger.info(`\n\n----- ${appInfo.name} v${appInfo.version} -----\n`)

let mainWindow = null

Expand Down

0 comments on commit e60b108

Please sign in to comment.