UNPKG
ngx-editor-n
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
WYSIWYG Editor for Angular Applications
github.com/unosbaghaie/ngx-editor
unosbaghaie/ngx-editor
ngx-editor-n
/
.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