Skip to content

Commit

Permalink
Migrate testing to the new version of Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslansagitov committed Jan 1, 2020
1 parent 59a87bd commit e7de29e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: node_js
node_js:
- 12

services:
- xvfb
sudo: false

env:
Expand All @@ -18,8 +20,6 @@ cache:

before_script:
- export KARMA_BROWSERS=Firefox,PhantomJS
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

after_success:
- KARMA_COVERAGE=lcovonly KARMA_BROWSERS=Firefox karma start ./test/karma.conf.js --single-run
Expand Down

0 comments on commit e7de29e

Please sign in to comment.