UNPKG
ngx-editor-plus
Version:
latest (3.2.4)
3.2.4
3.2.3
3.2.2
3.2.1
WYSIWYG Editor for Angular Applications
github.com/Sibiraj-S/ngx-editor
Sibiraj-S/ngx-editor
ngx-editor-plus
/
.travis.yml
22 lines
(15 loc)
•
250 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
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