Closed jgadsden closed 4 years ago
Hello @mike-goodwin , I tried this:
packages:
g++-4.8
+ xvfb
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
+ export DISPLAY=':99.0'
+ Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
which got past the shell errors, but then tripped up because of not finding packages that have been commented out and added to test.js
:
//require('angular-mocks');
//require('phantomjs-polyfill-find');
The travis build is failing with
so the file
.travis.yml
may need to be updated for this?