Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Fix demo-template and install variants in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
awikkerink committed Jun 12, 2017
1 parent d5f01f7 commit 28228b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
language: node_js
node_js: stable
sudo: false
install:
- npm install
- polymer install --variants
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@
"polymer": "Polymer/polymer#1.9 - 2"
},
"devDependencies": {
"d2l-demo-template": "^1.0.1"
"d2l-demo-template": "0.0.12 - 1.0.1"
},
"variants": {
"1.x": {
"dependencies": {
"polymer": "Polymer/polymer#1.9"
},
"devDependencies": {
"d2l-demo-template": "^0.0.12"
},
"resolutions": {
"webcomponentsjs": "^0.7"
}
Expand Down

0 comments on commit 28228b9

Please sign in to comment.