Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
feat(publisher): change travis scripts to work with the component-pub…
Browse files Browse the repository at this point in the history
…lisher system
  • Loading branch information
douglasduteil committed Dec 26, 2013
1 parent 4cea7ea commit 12d97d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
---
language: node_js
node_js:
- '0.8'
- '0.10'
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g bower grunt-cli
- npm install
- bower install
before_script: bower_components/angular-ui-docs/.travis/before_script.sh
after_success: bower_components/angular-ui-docs/.travis/after_success.sh
- bower install --force
- bower install --force
after_success:
- "./node_modules/component-publisher/travis/authentication.sh --branch=develop || exit 1"
- "grunt dist build:gh-pages publish:gh-pages build:bower publish:bower"
script: grunt
env:
global:
Expand Down
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
},
"devDependencies": {
"angular-mocks": "~1.0.5",
"jquery": ">=1.6",
"angular-ui-docs": "angular-ui/angular-ui-docs"
"jquery": ">=1.6"
}
}

0 comments on commit 12d97d3

Please sign in to comment.