Skip to content

Commit

Permalink
chore: Update travis check node 12 LTS (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinh117801 authored Mar 24, 2020
1 parent ee61a69 commit 669968e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"import/extensions": [
2,
"ignorePackages"
"never"
]
}
}
}
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ cache:
- ~/.npm
- node_modules
node_js:
- '12'
- '10'
- '8'
- '6'
Expand Down
4 changes: 2 additions & 2 deletions test/locale/zh.test.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import dayjs from '../../src'
import advancedFormat from '../../src/plugin/advancedFormat'
import weekOfYear from '../../src/plugin/weekOfYear'
import '../../src/locale/zh.js'
import '../../src/locale/zh-cn.js'
import '../../src/locale/zh'
import '../../src/locale/zh-cn'

dayjs.extend(advancedFormat).extend(weekOfYear)

Expand Down

0 comments on commit 669968e

Please sign in to comment.