johndharrison/semver

Fails to compile/install on vanilla R travis build

cpsievert opened this issue · 2 comments

I'd like to suggest RSelenium in plotly, but this may prevent me from doing so...

https://travis-ci.org/cpsievert/semverTest#L1117-L1168

Hi Carson, semver requires c++11 support. The default linux install on travis outdated. You can request a more uptodate version in the yaml file see

dist: trusty
in this project for example.
Adding

dist: trusty

to the yaml should require TRAVIS to use ubuntu 14,.04

Ahh, good to know, thanks John!