Travis build: 1556

This commit is contained in:
30secondsofcode
2018-02-04 18:11:14 +00:00
parent c37df3ee82
commit 5b74cca226

View File

@ -72,7 +72,7 @@ average(1, 2, 3);
## Table of Contents ## Table of Contents
### 🔌 Adapter ### 🔌 undefined
<details> <details>
<summary>View contents</summary> <summary>View contents</summary>
@ -92,7 +92,7 @@ average(1, 2, 3);
</details> </details>
### 📚 Array ### 📚 undefined
<details> <details>
<summary>View contents</summary> <summary>View contents</summary>
@ -173,7 +173,7 @@ average(1, 2, 3);
</details> </details>
### 🌐 Browser ### 🌐 undefined
<details> <details>
<summary>View contents</summary> <summary>View contents</summary>
@ -206,7 +206,7 @@ average(1, 2, 3);
</details> </details>
### ⏱️ Date ### ⏱️ undefined
<details> <details>
<summary>View contents</summary> <summary>View contents</summary>
@ -219,7 +219,7 @@ average(1, 2, 3);
</details> </details>
### 🎛️ Function ### 🎛️ undefined
<details> <details>
<summary>View contents</summary> <summary>View contents</summary>
@ -248,7 +248,7 @@ average(1, 2, 3);
</details> </details>
### ➗ Math ### ➗ undefined
<details> <details>
<summary>View contents</summary> <summary>View contents</summary>
@ -289,7 +289,7 @@ average(1, 2, 3);
</details> </details>
### 📦 Node ### 📦 undefined
<details> <details>
<summary>View contents</summary> <summary>View contents</summary>
@ -307,7 +307,7 @@ average(1, 2, 3);
</details> </details>
### 🗃️ Object ### 🗃️ undefined
<details> <details>
<summary>View contents</summary> <summary>View contents</summary>
@ -343,7 +343,7 @@ average(1, 2, 3);
</details> </details>
### 📜 String ### 📜 undefined
<details> <details>
<summary>View contents</summary> <summary>View contents</summary>
@ -377,7 +377,7 @@ average(1, 2, 3);
</details> </details>
### 📃 Type ### 📃 undefined
<details> <details>
<summary>View contents</summary> <summary>View contents</summary>
@ -403,7 +403,7 @@ average(1, 2, 3);
</details> </details>
### 🔧 Utility ### 🔧 undefined
<details> <details>
<summary>View contents</summary> <summary>View contents</summary>
@ -433,7 +433,7 @@ average(1, 2, 3);
</details> </details>
--- ---
## 🔌 Adapter ## 🔌 undefined
### ary ### ary
@ -754,7 +754,7 @@ const unary = fn => val => fn(val);
<br>[⬆ Back to top](#table-of-contents) <br>[⬆ Back to top](#table-of-contents)
--- ---
## 📚 Array ## 📚 undefined
### chunk ### chunk
@ -2695,7 +2695,7 @@ zipWith(
<br>[⬆ Back to top](#table-of-contents) <br>[⬆ Back to top](#table-of-contents)
--- ---
## 🌐 Browser ## 🌐 undefined
### arrayToHtmlList ### arrayToHtmlList
@ -3439,7 +3439,7 @@ UUIDGeneratorBrowser(); // '7982fcfe-5721-4632-bede-6000885be57d'
<br>[⬆ Back to top](#table-of-contents) <br>[⬆ Back to top](#table-of-contents)
--- ---
## ⏱️ Date ## ⏱️ undefined
### formatDuration ### formatDuration
@ -3580,7 +3580,7 @@ tomorrow(); // 2017-12-27 (if current date is 2017-12-26)
<br>[⬆ Back to top](#table-of-contents) <br>[⬆ Back to top](#table-of-contents)
--- ---
## 🎛️ Function ## 🎛️ undefined
### attempt ### attempt
@ -4201,7 +4201,7 @@ unfold(f, 10); // [-10, -20, -30, -40, -50]
<br>[⬆ Back to top](#table-of-contents) <br>[⬆ Back to top](#table-of-contents)
--- ---
## ➗ Math ## ➗ undefined
### average ### average
@ -5074,7 +5074,7 @@ toSafeInteger(Infinity); // 9007199254740991
<br>[⬆ Back to top](#table-of-contents) <br>[⬆ Back to top](#table-of-contents)
--- ---
## 📦 Node ## 📦 undefined
### atob ### atob
@ -5356,7 +5356,7 @@ UUIDGeneratorNode(); // '79c7c136-60ee-40a2-beb2-856f1feabefc'
<br>[⬆ Back to top](#table-of-contents) <br>[⬆ Back to top](#table-of-contents)
--- ---
## 🗃️ Object ## 🗃️ undefined
### bindAll ### bindAll
@ -6153,7 +6153,7 @@ truthCheckCollection([{ user: 'Tinky-Winky', sex: 'male' }, { user: 'Dipsy', sex
<br>[⬆ Back to top](#table-of-contents) <br>[⬆ Back to top](#table-of-contents)
--- ---
## 📜 String ## 📜 undefined
### anagrams ### anagrams
@ -6857,7 +6857,7 @@ words('python, javaScript & coffee'); // ["python", "javaScript", "coffee"]
<br>[⬆ Back to top](#table-of-contents) <br>[⬆ Back to top](#table-of-contents)
--- ---
## 📃 Type ## 📃 undefined
### getType ### getType
@ -7324,7 +7324,7 @@ isValidJSON(null); // true
<br>[⬆ Back to top](#table-of-contents) <br>[⬆ Back to top](#table-of-contents)
--- ---
## 🔧 Utility ## 🔧 undefined
### castArray ### castArray