Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #140 from mulesoft/develop
Browse files Browse the repository at this point in the history
Update dependencies. Automate npm publishing
  • Loading branch information
jstoiko authored May 5, 2020
2 parents 423f654 + f532ff9 commit e4070b3
Show file tree
Hide file tree
Showing 6 changed files with 4,152 additions and 4,878 deletions.
17 changes: 15 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,31 @@ sudo: false

language: node_js

addons:
chrome: stable

env:
- MOZ_HEADLESS=1

script: npm run lint && npm run test-server-open && npm run test-node && npm run test-browser
after_script: npm run test-server-close

node_js:
- "8"
- "lts/*"
- "10"
- "12"
- "13"
- "node"

cache:
directories:
- node_modules
- $HOME/.npm

deploy:
provider: npm
email: "$NPM_EMAIL"
api_key: "$NPM_TOKEN"
skip_cleanup: true
on:
tags: true
node: "node"
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ module.exports = function (config) {
*
* @type {Array}
*/
browsers: isTravis ? ['PhantomJS', 'Firefox'] : ['Chrome', 'Firefox', 'PhantomJS'],
browsers: isTravis ? ['ChromeHeadless', 'Firefox'] : ['Chrome', 'Firefox'],

/**
* If a browser does not capture within a given timeout, kill it.
Expand Down
Loading

0 comments on commit e4070b3

Please sign in to comment.