Skip to content

Commit

Permalink
Update rollup to 1.0 series (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Mar 7, 2019
1 parent 3bdf2c5 commit 026101b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
language: node_js

sudo: false

node_js:
- 'node'
- '10'
- '8'
- '6'
install: npm install
language: node_js
script: "npm test"
- "node"
- "10"
- "8"
- "6"

install:
- npm install

script: "npm test"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"mocha": "^2.2.4",
"mocha-phantomjs": "^4.1.0",
"phantomjs-prebuilt": "^2.1.13",
"rollup": "^0.39.2",
"rollup": "^1.4.1",
"uglify-js": "^2.6.2",
"umd": "^3.0.1",
"vdom-virtualize": "0.0.12",
Expand Down

0 comments on commit 026101b

Please sign in to comment.