Compare commits

...

3 Commits

Author SHA1 Message Date
Sambo Chea 06279460c8 update drone
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-17 20:27:05 +07:00
Sambo Chea c2d7a8f8f4 add drone
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2020-04-17 20:23:10 +07:00
Sambo Chea 8b972865ed Update 'README.md' 2020-04-17 20:16:22 +07:00
2 changed files with 11 additions and 0 deletions

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
pipeline:
build:
image: node:latest
commands:
- node --version
- npm --version
- npm install
- npm run test

View File

@ -1,5 +1,8 @@
# Booler: Convert any values to Boolean.
[![Build Status](https://drone.cubetiqs.com/api/badges/CUBETIQ/booler/status.svg)](https://drone.cubetiqs.com/CUBETIQ/booler)
Convert string/values to Boolean in JavaScript.
## Installing