Skip to content

Commit

Permalink
Merge pull request #68 from jessy1092/update-dev
Browse files Browse the repository at this point in the history
Update develop environment
  • Loading branch information
jessy1092 authored Jul 26, 2016
2 parents d011ae5 + 66514ad commit 892a255
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
language: node_js

node_js:
- '4.1'
- '6'

sudo: false

cache:
directories:
- node_modules

git:
depth: 1

Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"jest-cli": "^11.0.0",
"react-addons-test-utils": "^0.14.0 || ^15.0.0-0",
"react-dom": "^0.14.0 || ^15.0.0-0",
"jest-cli": "^13.2.3",
"react": "^15.2.1",
"react-addons-test-utils": "^15.2.1",
"react-dom": "^15.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
Expand Down

0 comments on commit 892a255

Please sign in to comment.