UNPKG
choo-shortcache
Version:
latest (0.0.0)
0.0.0
choo nanocomponent cache shortcut
choo-shortcache
/
example
/
node_modules
/
nanocomponent
/
.travis.yml
19 lines
(18 loc)
•
261 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
dist:
trusty
language:
node_js
node_js:
-
'node'
sudo:
false
addons:
apt:
packages:
-
xvfb
cache:
directories:
-
~/.npm
install:
-
export
DISPLAY=':99.0'
-
Xvfb
:99
-screen
0
1024x768x24
>
/dev/null
2
>&1
&
-
npm
i
script:
-
npm
test