Open
Description
https://travis-ci.org/cleverca22/nixops-bug/branches
https://github.com/cleverca22/nixops-bug/branches
after several days of trying to figure out why nearly identical .travis.yml
files had entirely different outcomes, i tracked it down
the mere presence of a sudo command in the .travis.yml
file causes travis to use a different version of ubuntu (14.04 with sudo, 12.04 without sudo)
and there is an impurity somewhere within nixops, that causes it to fail under 14.04