Skip to content

Commit

Permalink
tweak project
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Aug 6, 2017
1 parent b89a57b commit 41632a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js
sudo: false
node_js:
- "4.1.2"
notifications:
email:
- xudafeng@126.com
script: make travis
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
- 7
script:
- make travis
after_script:
- npm install coveralls@2 && cat ./coverage/lcov.info | coveralls
13 changes: 0 additions & 13 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/* ================================================================
* xutil by xdf(xudafeng[at]126.com)
*
* first created at : Mon Feb 29 2016 22:37:05 GMT+0800 (CST)
*
* ================================================================
* Copyright xdf
*
* Licensed under the MIT License
* You may not use this file except in compliance with the License.
*
* ================================================================ */

'use strict';

module.exports = require('./lib/xutil');

0 comments on commit 41632a1

Please sign in to comment.