Skip to content

Commit

Permalink
Merge pull request #160 from josephfrazier/travis
Browse files Browse the repository at this point in the history
Add Travis CI configuration
  • Loading branch information
slevithan committed Mar 23, 2017
2 parents 2b65288 + 99bfd0b commit 56ccef1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .editorconfig
Expand Up @@ -8,3 +8,6 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 100

[*.yml]
indent_size = 2
3 changes: 3 additions & 0 deletions .travis.yml
@@ -0,0 +1,3 @@
language: node_js
node_js:
- node
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
[XRegExp](http://xregexp.com/) 3.1.1
[XRegExp](http://xregexp.com/) 3.1.1 [![Build Status](https://travis-ci.org/slevithan/xregexp.svg?branch=master)](https://travis-ci.org/slevithan/xregexp)
====================================

XRegExp provides augmented (and extensible) JavaScript regular expressions. You get new modern syntax and flags beyond what browsers support natively. XRegExp is also a regex utility belt with tools to make your client-side grepping and parsing easier, while freeing you from worrying about pesky aspects of JavaScript regexes like cross-browser inconsistencies or manually manipulating `lastIndex`.
Expand Down

0 comments on commit 56ccef1

Please sign in to comment.