Fix travis stuff
This commit is contained in:
+7
-16
@@ -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
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user