UNPKG
mini-toastr
Version:
latest (0.8.2)
0.8.2
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.5.3
0.5.2
0.5.0
0.3.10
0.3.9
0.3.8
0.3.2
0.3.1
Non-blocking toaster notifications
github.com/se-panfilov/mini-toastr
se-panfilov/mini-toastr
mini-toastr
/
.travis.yml
16 lines
•
233 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language:
node_js
before_script:
[
"npm install"
]
node_js:
-
'4'
-
'5'
-
'6'
-
'7'
-
'8'
-
'9'
-
'10'
notifications:
email:
false
script:
mocha --compilers js:babel-core/register ./test/**/*.spec.js
os:
"linux"