Travis build: 1059

This commit is contained in:
30secondsofcode
2018-01-06 11:55:10 +00:00
parent 63d63b6262
commit e16105e319
5 changed files with 56 additions and 5 deletions

View File

@ -77,6 +77,7 @@ isBoolean:type
isDivisible:math
isEven:math
isFunction:type,function
isLowerCase:uncategorized
isNull:type
isNumber:type,math
isPrime:math
@ -86,6 +87,7 @@ isSorted:array
isString:type,string
isSymbol:type
isTravisCI:node
isUpperCase:uncategorized
isValidJSON:type,json
join:array
JSONToFile:node,json