Fix travis stuff

This commit is contained in:
Bret Comnes
2019-08-14 10:48:33 +02:00
parent 11aa89d626
commit 75c6ed6d00
2 changed files with 9 additions and 18 deletions
+7 -16
View File
@@ -1,11 +1,8 @@
node_js: node_js:
- '6' - 'node'
- '8' - 'lts/*'
- '10' dist: xenial
sudo: false
language: node_js language: node_js
env:
- CXX=g++-4.8
notifications: notifications:
irc: irc:
on_success: change on_success: change
@@ -15,16 +12,10 @@ notifications:
- "chat.freenode.net#choo" - "chat.freenode.net#choo"
template: template:
- "%{repository_slug} #%{build_number} %{result}: %{build_url}" - "%{repository_slug} #%{build_number} %{result}: %{build_url}"
addons: services:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- xvfb - xvfb
install: install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm install - npm install
script: npm run test script:
# after_script: npm i -g codecov.io && cat ./coverage/lcov.info | codecov - npm run test:node
- xvfb-run --auto-servernum npm run test:browser
+1 -1
View File
@@ -64,7 +64,7 @@
"spok": "^0.9.1", "spok": "^0.9.1",
"standard": "^11.0.1", "standard": "^11.0.1",
"tape": "^4.6.3", "tape": "^4.6.3",
"tape-run": "^5.0.0", "tape-run": "^6.0.0",
"tinyify": "^2.2.0" "tinyify": "^2.2.0"
} }
} }