Thanks to visit codestin.com
Credit goes to github.com

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

Commit 816c828

Browse files
committed
feat(travis): use angular-ui-publisher
1 parent 2412175 commit 816c828

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.travis.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1+
---
12
language: node_js
23
node_js:
3-
- "0.8"
4-
4+
- '0.10'
55
before_install:
6-
- export DISPLAY=:99.0
7-
- sh -e /etc/init.d/xvfb start
8-
- npm install -g bower grunt-cli
9-
- npm install
10-
- bower install
11-
12-
script: "grunt"
6+
- export DISPLAY=:99.0
7+
- sh -e /etc/init.d/xvfb start
8+
- npm install -qg bower grunt-cli
9+
- npm install -q
10+
- bower install
11+
after_success:
12+
- "./node_modules/angular-ui-publisher/travis/authentication.sh || exit 0"
13+
- "grunt dist build:gh-pages publish:gh-pages build:bower publish:bower"
14+
script: grunt

0 commit comments

Comments
 (0)