Browse Source

Simplify travis.yml.

master
Emilio Almansi 7 years ago
parent
commit
f3fc69809b
  1. 6
      .travis.yml

6
.travis.yml

@ -1,14 +1,8 @@
language: node_js language: node_js
sudo: false
node_js: node_js:
- '8' - '8'
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install: install:
- npm install - npm install

Loading…
Cancel
Save