UNPKG
comelon
Version:
latest (0.4.5)
0.4.5
0.4.4
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
nicolive comment viewer on electron
github.com/MaxMEllon/comelon
MaxMEllon/comelon
comelon
/
.travis.yml
19 lines
(17 loc)
•
283 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language:
node_js
sudo:
false
install:
-
npm
install
-
npm
run
compile
-
export
DISPLAY=':99.0'
-
Xvfb
:99
-screen
0
1024x768x24
>
/dev/null
2
>&1
&
script:
-
npm
run
test
# - npm run e2e
cache:
directories:
-
node_modules
addons:
apt:
packages:
-
xvfb