Skip to content

Commit

Permalink
explicitly tell travis use node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasparada committed May 8, 2019
1 parent 34f8d38 commit e757cf4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,7 +1,8 @@
language: node_js
node_js: node
node_js:
- "10"
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
addons:
chrome: stable
chrome: stable

0 comments on commit e757cf4

Please sign in to comment.