Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 71c7cd5

Browse files
committed
Add Travis config
1 parent 6e479de commit 71c7cd5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
sudo: required
2+
dist: trusty
3+
addons:
4+
apt:
5+
sources:
6+
- google-chrome
7+
packages:
8+
- google-chrome-stable
9+
language: node_js
10+
node_js:
11+
- "7"
12+
before_script:
13+
- export DISPLAY=:99.0
14+
- sh -e /etc/init.d/xvfb start
15+
script:
16+
- ng lint
17+
- ng test --single-run
18+
- ng build -prod
19+
- ng e2e

0 commit comments

Comments
 (0)