_Comment made by: mfikes_
Unit tests fail in (presumably older environments) in Travis:
JavaScriptCore:
ERROR in (test-cljs-1631) (core-advanced-test.js:3724:60)
expected: (= "Symbol(x)" (str (.for js/Symbol "x")))
actual: #object[ReferenceError ReferenceError: Can't find variable: Symbol]
Nashorn:
ERROR in (test-cljs-1631) (ReferenceError:NaN:NaN)
expected: (= "Symbol(x)" (str (.for js/Symbol "x")))
actual: #object[ReferenceError ReferenceError: "Symbol" is not defined]
Since this appears to only affect the tests, and not the production code, perhaps the tests could be conditional on {{(exists? js/Symbol)}}.