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:
- '6'
- '8'
- '10'
sudo: false
- 'node'
- 'lts/*'
dist: xenial
language: node_js
env:
- CXX=g++-4.8
notifications:
irc:
on_success: change
@@ -15,16 +12,10 @@ notifications:
- "chat.freenode.net#choo"
template:
- "%{repository_slug} #%{build_number} %{result}: %{build_url}"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
services:
- xvfb
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm install
script: npm run test
# after_script: npm i -g codecov.io && cat ./coverage/lcov.info | codecov
script:
- npm run test:node
- xvfb-run --auto-servernum npm run test:browser
+1 -1
View File
@@ -64,7 +64,7 @@
"spok": "^0.9.1",
"standard": "^11.0.1",
"tape": "^4.6.3",
"tape-run": "^5.0.0",
"tape-run": "^6.0.0",
"tinyify": "^2.2.0"
}
}