Update libssn3 via .travis.yml

References #33.
This commit is contained in:
Andrey Lushnikov 2017-06-20 20:48:35 -07:00 committed by Pavel Feldman
parent aaefec7868
commit 5e94d66c38

View File

@ -2,6 +2,11 @@ language: node_js
node_js:
- "7"
dist: trusty
addons:
apt:
packages:
# This is required to run new chrome on old trusty
- libnss3
env:
cache:
yarn: true