You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pin Travis to Node v9 to avoid v10 failures (#242)
v10 fails currently: https://travis-ci.org/slevithan/xregexp/builds/370310563#L510-L528
```
Failures:
1) XRegExp() supports new regex syntax: named capture should throw an exception if characters other than A-Z, a-z, 0-9, $, and _ are used in capture names
Message:
Expected function to throw an Error.
Stack:
Error: Expected function to throw an Error.
at UserContext.<anonymous> (/home/travis/build/slevithan/xregexp/tests/spec/s-xregexp.js:407:61)
Message:
Expected function to throw an Error.
Stack:
Error: Expected function to throw an Error.
at UserContext.<anonymous> (/home/travis/build/slevithan/xregexp/tests/spec/s-xregexp.js:408:63)
Message:
Expected function to throw an Error.
Stack:
Error: Expected function to throw an Error.
at UserContext.<anonymous> (/home/travis/build/slevithan/xregexp/tests/spec/s-xregexp.js:409:59)
398 specs, 1 failure
```
See also #241 (comment)
0 commit comments