Skip to content
This repository was archived by the owner on Feb 18, 2020. It is now read-only.

Commit 9de28fd

Browse files
committed
Merge remote-tracking branch 'origin/feature/travis-init'
2 parents 1b6c319 + f4044e6 commit 9de28fd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
language: node_js
2+
sudo: false
3+
node_js:
4+
- '4.2.6'
5+
before_install:
6+
- npm install -g karma-cli tsd angular-cli
7+
- export CHROME_BIN=chromium-browser
8+
- export DISPLAY=:99.0
9+
- sh -e /etc/init.d/xvfb start
10+
- gem install sass
11+
12+
install:
13+
- npm install
14+
15+
script:
16+
- ng build
17+
- ng test
18+
19+
branches:
20+
only:
21+
- master

0 commit comments

Comments
 (0)