Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
rwu823 committed Jan 28, 2017
2 parents 806c74e + b87b255 commit d6f0fab
Show file tree
Hide file tree
Showing 16 changed files with 5,237 additions and 8,616 deletions.
24 changes: 13 additions & 11 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"presets": [
"es2015",
"stage-0",
"react"
],
"plugins": [
"transform-strict-mode"
["env", {
"modules": false
}],
"stage-2",
"react",
],
"env": {
"production": {
"plugins": [
"transform-react-constant-elements",
"transform-react-inline-elements"
"test": {
"presets": [
"env",
"stage-2",
"react"
]
}
}
},
"plugins": [
]
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ coverage
npm-debug.log
/dist
/.nyc_output
/npm
/gh-pages
13 changes: 0 additions & 13 deletions .npmignore

This file was deleted.

17 changes: 11 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
language: node_js

node_js:
- v4
- v5
- v6
- v7

before_install:
- npm install -g npm
env:
global:
matrix:
- TRAVIS_MATRIX=test
- TRAVIS_MATRIX=build
- TRAVIS_MATRIX=build.demo

script:
- npm run $TRAVIS_MATRIX

after_success:
- npm run coveralls
- node scripts/deploy
Loading

0 comments on commit d6f0fab

Please sign in to comment.