Skip to content

Commit

Permalink
增加测试babel配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
einsqing committed Mar 15, 2017
1 parent 2fed212 commit 507030b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .babelrc
@@ -0,0 +1,9 @@
{
"presets": [
"es2015",
"stage-3"
],
"plugins": [
"transform-runtime"
]
}
4 changes: 4 additions & 0 deletions .travis.yml
@@ -1,4 +1,8 @@
language: node_js
os:
- linux
- osx
- windows
node_js:
- stable
- 7.6
Expand Down

0 comments on commit 507030b

Please sign in to comment.