Skip to content

Commit

Permalink
- streamline evt-handling in example.js
Browse files Browse the repository at this point in the history
- migrate browser-testing from electron to headless-chromium
- rename rm -fr to rm -rf
- revamp function local.ajaxProgressUpdate with window.domOnEventAjaxProgressUpdate
- istanbul - switch parser from esprima to acorn v6.3.0
  • Loading branch information
kaizhu256 committed Sep 15, 2019
1 parent a74d02c commit 2bd73cb
Show file tree
Hide file tree
Showing 7 changed files with 6,294 additions and 7,402 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
.*
core
data
electron-lite
example.js
external
package-lock.json
Expand Down
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
addons:
chrome: stable
before_install:
# init xvfb
# http://docs.travis-ci.com/user/gui-and-headless-browsers/
- export DISPLAY=:99.0 && sh -e /etc/init.d/xvfb start
# override $NODE_VERSION
- CI_COMMIT_MESSAGE="$(git log -1 --pretty=%s)" && if (printf "$CI_COMMIT_MESSAGE" | grep -qE "\bNODE_VERSION="); then nvm install "$(printf "$CI_COMMIT_MESSAGE" | sed -e "s/.*\bNODE_VERSION=//" -e "s/ .*//")" && node --version && npm --version; fi
branches:
Expand All @@ -16,6 +15,8 @@ branches:
- /^task$/
cache:
npm: false
dist:
xenial
env:
global:
# this value is auto-created by shTravisCryptoAesEncryptYml
Expand All @@ -29,6 +30,7 @@ script:
- npm run build-ci
services:
- docker
- xvfb
# http://docs.travis-ci.com/user/workers/container-based-infrastructure
sudo:
false
Loading

0 comments on commit 2bd73cb

Please sign in to comment.