Skip to content

Commit

Permalink
Merge pull request #505 from alphagov/fix-tests
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
lfdebrux committed Jan 5, 2022
2 parents 935f0d4 + 3d777d7 commit 036d8f9
Show file tree
Hide file tree
Showing 3 changed files with 302 additions and 295 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
10.15.0
10.24.1
19 changes: 3 additions & 16 deletions .travis.yml
@@ -1,20 +1,7 @@
language: node_js
sudo: required
dist: trusty
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sudo apt-get update
- sudo apt-get install -y libappindicator1 fonts-liberation
before_script:
- jdk_switcher use oraclejdk8
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
dist: xenial
services:
- xvfb
after_success:
- cat ./coverage/lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 comments on commit 036d8f9

Please sign in to comment.