UNPKG
vue2-notify
Version:
beta (1.4.0-beta1)
latest (1.4.0)
1.4.0
1.4.0-beta1
1.4.0-beta
1.3.0
1.2.0
1.1.4
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Simple notify component for VueJS 2
github.com/websmurf/vue2-notify
websmurf/vue2-notify
vue2-notify
/
.travis.yml
16 lines
(15 loc)
•
256 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language:
node_js
node_js:
-
"8"
-
"9"
sudo:
false
dist:
trusty
cache:
yarn:
true
directories: - node_modules
install:
- yarn
script:
- yarn lint - jest --config test/unit/jest.conf.js --coverage --coverageReporters=
text
-lcov | coveralls