puppeteer/phantom_shim
Andrey Lushnikov aaefec7868 Fix Travis-Ci tests
It turned out that the tip-of-tree chromium fails to start on Travis
because of two reasons:
- inability to run LinuxSUIDSandbox
- libnss3 library version being too small

Both problems happen because of the outdated "trusty" distribution
which is used on travis.

This patch:
- reverts the previous patch 9e6f779. Instead of introducing such
  a weird "api", both phantom_shim/runner.js and test/test.js no
  explicitly pass '--no-sandbox' flag to the browser
- updates the libnss3 lib on travis

Fixes #33
2017-06-21 14:11:52 -07:00
..
FileSystem.js Consolidate phantom shim code in the phantom-shim folder 2017-06-14 02:27:19 -07:00
Phantom.js Consolidate phantom shim code in the phantom-shim folder 2017-06-14 02:27:19 -07:00
runner.js Fix Travis-Ci tests 2017-06-21 14:11:52 -07:00
System.js Consolidate phantom shim code in the phantom-shim folder 2017-06-14 02:27:19 -07:00
utilities.js Consolidate phantom shim code in the phantom-shim folder 2017-06-14 02:27:19 -07:00
WebPage.js Make InPageCallback async (#24) 2017-06-21 14:11:52 -07:00
WebServer.js Consolidate phantom shim code in the phantom-shim folder 2017-06-14 02:27:19 -07:00