Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .travis.yml #273

Merged
merged 1 commit into from
Apr 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update .travis.yml
  • Loading branch information
XhmikosR authored Apr 6, 2019
commit 0b38efd45b79176891d32ad3303e175a2b9685c8
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
sudo: false
language: node_js
node_js:
- 6
- 8
- 10
- stable

# Make sure we have new NPM.
before_install:
- npm install -g npm
- npm config set loglevel warn

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start