UNPKG
ngx-editor-sodo
Version:
latest (3.3.0)
3.3.0
WYSIWYG Editor for Angular Applications
github.com/Sibiraj-S/ngx-editor
Sibiraj-S/ngx-editor
ngx-editor-sodo
/
.travis.yml
24 lines
(17 loc)
•
280 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
dist:
trusty
sudo:
required
language:
node_js
node_js:
-
8
branches:
only:
-
master
addons:
chrome:
stable
install:
-
npm
install
before_script:
-
export
DISPLAY=:99.0
-
sh
-e
/etc/init.d/xvfb
start
script:
-
npm
run
test:single-run