Skip to content

Commit 5f2c21b

Browse files
author
Gonzalo Ruiz de Villa
committed
chore(travis): ensure building dir is 'generator-angular'
1 parent 9341eb9 commit 5f2c21b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ language: node_js
22
node_js:
33
- '0.10'
44
- '0.8'
5+
before_install:
6+
- currentfolder=${PWD##*/}
7+
- if [ "$currentfolder" != 'generator-angular' ]; then cd .. && eval "mv $currentfolder generator-angular" && cd generator-angular; fi
8+

0 commit comments

Comments
 (0)