UNPKG
translucent
Version:
latest (1.0.12)
1.0.12
1.0.11
1.0.9
1.0.8
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Translucent plastic card theme.
byeolbit.github.io/translucent
byeolbit/translucent
translucent
/
.travis.yml
15 lines
•
255 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sudo: required
dist: trusty
language: node_js
node_js:
-
"9"
install:
- npm install
before_script:
- npm install -g codecov
script:
- npm test - npm run build - codecov
after_script:
- bash <(curl -s https://codecov.io/bash) -t ${codecovTag}