Permalink
Please sign in to comment.
Showing
with
13 additions
and 3 deletions.
- +9 −0 .travis.yml
- +1 −1 data/fcc.wiki
- +2 −1 package.json
- +1 −1 test/TextLib.spec.js
9
.travis.yml
| @@ -0,0 +1,9 @@ | ||
| +language: node_js | ||
| + | ||
| +node_js: | ||
| + - "4.2.3" | ||
| + | ||
| +before_script: | ||
| + - npm install -g gulp | ||
| + | ||
| +script: npm test |
| @@ -1 +1 @@ | ||
| -Subproject commit 2a53b25281897e662928a7cd9dc9813c61654c45 | ||
| +Subproject commit c724705e6f3833c4b2b887a2deb37b1d7c4674fe |
3
package.json
2
test/TextLib.spec.js
0 comments on commit
b28a7f3