Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslansagitov committed Jan 1, 2019
1 parent 7d78d5a commit 960e784
Show file tree
Hide file tree
Showing 4 changed files with 4,687 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@ cache:
directories:
- node_modules

before_install:
- npm install --global eslint@^4.14.0 write-good@^0.11.3
- npm install --global karma-cli@^1.0.1

before_script:
- npm install karma-firefox-launcher@^1.1.0 karma-phantomjs-launcher@^1.0.4 phantomjs-prebuilt@^2.1.16
- npm install codeclimate-test-reporter@^0.5.0 coveralls@^2.13.3
- export KARMA_BROWSERS=Firefox,PhantomJS
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
Expand Down
5 changes: 1 addition & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ install:
- ps: Install-Product node $env:nodejs_version
- node --version
- npm --version
- npm install --global eslint@^4.14.0 write-good@^0.11.3
- npm install --global karma-cli@^1.0.1
- npm install
- npm install karma-ie-launcher@^1.0.0
- npm ci
- set KARMA_BROWSERS=IE

test_script:
Expand Down
Loading

0 comments on commit 960e784

Please sign in to comment.