Skip to content

Commit

Permalink
Merge pull request #1 from tajo/master
Browse files Browse the repository at this point in the history
merge with upstream
  • Loading branch information
Eugene Rodionov committed Jan 12, 2016
2 parents 6d1d42c + f50a481 commit 37b8479
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
sudo: false
language: node_js
cache:
directories:
- node_modules
node_js:
- "5"
- "4.1"
- "4.0"
- "0.12"
before_script:
- npm install react react-dom
script:
- npm run build
- npm run lint
- npm test
- npm run build
- npm run build:examples
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "build/portal",
"description": "Simple React component for transportation of your modals, lightboxes, etc. to document.body",
"author": "Vojtech Miksu <[email protected]>",
"version": "1.5.0",
"version": "1.5.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,6 +40,7 @@
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.1",
"babel-register": "^6.3.13",
"cross-env": "^1.0.7",
"enzyme": "^1.2.0",
"eslint": "^1.10.3",
Expand Down

0 comments on commit 37b8479

Please sign in to comment.