Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit f51d575

Browse files
committed
fix(travis): use angular-ui-publisher
1 parent 444e51c commit f51d575

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.travis.yml

+7-9
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@
22
language: node_js
33
node_js:
44
- '0.10'
5-
- '0.8'
65
before_install:
76
- export DISPLAY=:99.0
87
- sh -e /etc/init.d/xvfb start
9-
- npm install -g bower grunt-cli
10-
- npm install
11-
- bower install
12-
before_script: bower_components/angular-ui-docs/.travis/before_script.sh
8+
- npm install -qg bower grunt-cli
9+
- npm install -q
10+
- bower install --force
11+
- bower install --force
12+
after_success:
13+
- "./node_modules/angular-ui-publisher/travis/authentication.sh || exit 0"
14+
- "grunt dist build:gh-pages publish:gh-pages build:bower publish:bower"
1315
script: grunt
14-
after_success: bower_components/angular-ui-docs/.travis/after_success.sh
15-
branches:
16-
only:
17-
- master
1816
env:
1917
global:
2018
- REPO="[email protected]:angular-ui/ui-map.git"

0 commit comments

Comments
 (0)