Skip to content

Commit

Permalink
Build: Remove xvfb usage from Travis, run tests on Node.js 12
Browse files Browse the repository at this point in the history
Closes gh-451
  • Loading branch information
mgol authored and gibson042 committed Aug 19, 2019
1 parent b2b650b commit 5d90d4f
Show file tree
Hide file tree
Showing 4 changed files with 418 additions and 501 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
sudo: false
language: node_js
node_js:
- '8'
- '12'
env:
global:
- secure: UzENy1srzIScquAja5376P0dj4X6DJsskYrQjUtRpi6tvCtpx80DiFjFAY6JKUMw/BHuugABkBmP0q5o3kMbp2y6mZO0qg+CBUZ8MX/UipNv0/xWbP7ckayLXU7RvICTObfJ0bGwF5uxxoCUBJjoKFZ0YZH94Orq8XQgC8wbNMk=
- secure: EfY8wLmtbx+VH+sE0E3jRUP6hp78WjjumuWfhfB9R7+bRMhaj9kSVo+ReKQ5GExnJlm5DtU84fmDujO9gIDDgmZZ2/83PRJ5URSEXRCiyS8A82e4cw0Jz1NuU/nzUdv+gGwhdcYlKO3oTf39tPAvuxXWIwNcKddg9/NGAAZdUXI=
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
Loading

0 comments on commit 5d90d4f

Please sign in to comment.