Skip to content

Commit

Permalink
ci: update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Aug 25, 2019
1 parent 9efe6df commit 7d6009e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
dist: xenial
node_js:
- "stable"
sudo: false
before_script:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
script:
- xvfb-run --auto-servernum npm test
services:
- xvfb
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"dependencies": {},
"devDependencies": {
"browserify": "^16.1.1",
"tape": "~2.3.2",
"tape-run": "^3.0.4"
"tape": "^4.11.0",
"tape-run": "^6.0.1"
},
"author": {
"name": "James Halliday",
Expand Down

0 comments on commit 7d6009e

Please # to comment.