sul-cidr / histonets

Histonets is an application to convert images of scanned maps into digital networks
https://histonets.stanford.edu
Other
20 stars 0 forks source link

Update PhantomJS #209

Open csbailey5t opened 7 years ago

csbailey5t commented 7 years ago

Travis keeps saying we're running an old version and should bump to >= 2.1.1 for a better experience.

csbailey5t commented 7 years ago

Our version of phantomjs seems to be determined by Travis and dist: trusty. If it becomes important to any of our tests, i.e., if we need to start using new js features such as async, we could manually set the phantom version in before_script in travis.yml. If we aren't using such features, this is probably unimportant, and could wait for Travis to update their own builds.