Commit Graph

4 Commits

Author SHA1 Message Date
Andrey Lushnikov
3a5cad83d2 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-20 21:10:50 -07:00
Andrey Lushnikov
9e6f779322 Fix running on Travis-Ci 2017-06-20 19:47:12 -07:00
Paul Irish
5a27edc635 Fix ESLint failures (#34)
References #33
2017-06-20 17:32:08 -07:00
Paul Irish
d4041473ad Add travis config (#29)
This patch: 
- adds travis
- adds eslint as required in devdeps
- cleans up travis yml
2017-06-20 17:04:24 -07:00