Commit 1050835
authored
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)1 parent 956747f commit 1050835
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
0 commit comments