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

Commit

Permalink
fix(travis): Travis scripts bug...
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Dec 14, 2013
1 parent 138c14d commit bbae258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ before_install:
- 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
before_script: ./bower_components/angular-ui-docs/.travis/before_script.sh
after_success: ./bower_components/angular-ui-docs/.travis/after_success.sh
branches:
only:
- master
Expand Down

0 comments on commit bbae258

Please sign in to comment.