Skip to content

Commit 6ec8020

Browse files
author
angularpackage
committed
chore(travis): Add travis to primary folder.
1 parent f66173c commit 6ec8020

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
addons:
2+
chrome: stable
3+
language: node_js
4+
node_js: '6'
5+
before_install:
6+
- npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
7+
before_script:
8+
- export DISPLAY=:99.0
9+
- sh -e /etc/init.d/xvfb start
10+
- sleep 3
11+
after_success:
12+
- npm start
13+
deploy:
14+
provider: npm
15+
email: "angular-package@wwwdev.io"
16+
api_key: $NPM_TOKEN
17+
skip_cleanup: true
18+
on:
19+
tags: true
20+
all_branches: false
21+
branch: change-detection
22+
branch: core
23+
repo: angular-package/angular-package

0 commit comments

Comments
 (0)