Skip to content

Commit

Permalink
Move xvfb start command for travis to services section
Browse files Browse the repository at this point in the history
  • Loading branch information
rjcorwin committed Oct 9, 2019
1 parent c8d091a commit ae6297b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -17,10 +17,11 @@ cache:
- $HOME/.yarn-cache
- client/node_modules
- server/node_modules
services:
- xvfb
before_install:
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g @angular/cli
install:
- cd client/ && cp -r default-assets src/assets && npm install && cd ../server && npm install
Expand Down

0 comments on commit ae6297b

Please sign in to comment.