From c665579c26172f8636d44eaf10dff89e794e1277 Mon Sep 17 00:00:00 2001 From: Christopher McCulloh Date: Fri, 9 Jun 2017 15:29:56 -0400 Subject: [PATCH] (GH1986) remove redundant install section from travis --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 74dc46f3..d34eec00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,15 @@ language: node_js node_js: - 6.8.1 sudo: false +addons: + apt: + packages: + - xvfb install: - time npm install - time ./node_modules/bower/bin/bower update +- export DISPLAY=':99.0' +- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & env: global: - secure: |- @@ -17,4 +23,3 @@ env: +M1cvJ2Cq14pEK6y2OMAooY2TY4p8MynxsqoKUGOYjmKXsLp1ZE= matrix: fast_finish: true -