https://github.com/bhofmei/jbplugin-screenshot
Revision 9127629d868363ce10b4925adae529f12da9a75d authored by dependabot[bot] on 23 February 2020, 15:06:39 UTC, committed by GitHub on 23 February 2020, 15:06:39 UTC
Bumps [dojox](https://github.com/dojo/dojox) from 1.12.2 to 1.16.1.
- [Release notes](https://github.com/dojo/dojox/releases)
- [Commits](https://github.com/dojo/dojox/compare/1.12.2...1.16.1)

Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43affe0
Raw File
Tip revision: 9127629d868363ce10b4925adae529f12da9a75d authored by dependabot[bot] on 23 February 2020, 15:06:39 UTC
Bump dojox from 1.12.2 to 1.16.1
Tip revision: 9127629
.travis.yml
language: node_js
node_js:
    - 7
sudo: false
cache:
  - pip
  - yarn
before_install:
  - pip install --user RangeHTTPServer
install:
  - TRAVIS_CI=1 yarn install
before_script:
  - cd test/
  - ./prep_test_stable.sh
  - cd ../
  - python -m RangeHTTPServer &
script:
  - phantomjs test/run-jasmine.js http://localhost:8000/test/
back to top