Skip to content

Commit

Permalink
test(node): remove node@0.x support
Browse files Browse the repository at this point in the history
node@0.x not support es6 syntax in stract mode
  • Loading branch information
hotoo committed Aug 26, 2015
1 parent 5fdd8d7 commit a098ae1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ os:
language: node_js

node_js:
- "0.12"
- "iojs-1"
- "iojs-2"
- "iojs-3"
Expand Down
2 changes: 0 additions & 2 deletions src/pinyin.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ for(var k in PHONETIC_SYMBOL){
var RE_PHONETIC_SYMBOL = new RegExp("([" + re_phonetic_symbol_source + "])", "g");
var RE_TONE2 = /([aeoiuvnm])([0-4])$/;



// 修改拼音词库表中的格式。
// @param {String} pinyin, 单个拼音。
// @param {PINYIN_STYLE} style, 拼音风格。
Expand Down

0 comments on commit a098ae1

Please sign in to comment.