UNPKG

toastr

Version:

ToastrJS is a JavaScript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended.

20 lines (15 loc) 207 B
language: node_js node_js: - "0.10" install: - npm install -g gulp karma-cli - npm install script: - npm test cache: directories: - node_modules branches: only: - develop - master