Skip to content

Commit

Permalink
Merge pull request #18 from AqoviaElements/fix-builds-in-travis
Browse files Browse the repository at this point in the history
Fix builds in travis - update node 6.0->8.0 and semver-stabilize dev dependencies, so maybe they won't change the required node version anymore
  • Loading branch information
slawomir-brzezinski-at-interxion authored Aug 7, 2018
2 parents c4a3ebc + 1ae8c66 commit b900cb5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
bower_components/
.vs/
/node_modules
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
dist: trusty
sudo: required
node_js: '6'
node_js: '8'
addons:
firefox: latest
apt:
Expand All @@ -10,12 +10,12 @@ addons:
packages:
- google-chrome-stable
before_script:
- npm install -g bower polylint web-component-tester
- npm install
- bower install
- polylint
- chmod -R +x ./bower_components/git-version-tagging
script:
- xvfb-run wct
- xvfb-run npm test
after_success:
- git config credential.helper "store --file=.git/credentials"
- echo "https://${GITHUB_TOKEN}:@github.com" > .git/credentials
Expand Down
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"dependencies": {},
"devDependencies": {
"bower": "^1.8.4",
"polylint": "^2.10.4",
"web-component-tester": "^6.7.1"
},
"scripts": {
"test": "wct"
}
}

0 comments on commit b900cb5

Please sign in to comment.