Use trusty dist

This commit is contained in:
Richard van der Hoff 2017-07-05 10:01:13 +01:00
parent 9969d6095d
commit cfe9e762ad

View file

@ -1,3 +1,10 @@
# we need trusty for the chrome addon
dist: trusty
# we don't need sudo, so can run in a container, which makes startup much
# quicker.
sudo: false
language: node_js
node_js:
# make sure we work with a range of node versions.