UNPKG
react-tunes-player
Version:
latest (6.0.0)
6.0.0
5.0.0
4.0.2
4.0.1
4.0.0
3.0.0
2.0.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.2.5
0.2.4
A simple .ogg/.mp3 player.
github.com/zulucoda/react-tunes-player
react-tunes-player
/
.travis.yml
16 lines
(15 loc)
•
295 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:
-
"v16.13.0"
cache:
directories:
-
node_modules
script:
-
npm
test
-
npm
run
build
after_script:
# Upload coverage reports
-
COVERALLS_REPO_TOKEN=$coveralls_repo_token
npm
run
coveralls
notifications:
email:
on_success:
change
on_failure:
always