Skip to content

Commit

Permalink
Merge pull request #458 from gonzaloruizdevilla/travisci
Browse files Browse the repository at this point in the history
chore(travis): ensure building dir is 'generator-angular'
  • Loading branch information
eddiemonge committed Nov 15, 2013
2 parents b161c29 + 5f2c21b commit 7aa5e2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ language: node_js
node_js:
- '0.10'
- '0.8'
before_install:
- currentfolder=${PWD##*/}
- if [ "$currentfolder" != 'generator-angular' ]; then cd .. && eval "mv $currentfolder generator-angular" && cd generator-angular; fi

0 comments on commit 7aa5e2c

Please sign in to comment.