We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b161c29 + 5f2c21b commit 7aa5e2cCopy full SHA for 7aa5e2c
.travis.yml
@@ -2,3 +2,7 @@ language: node_js
2
node_js:
3
- '0.10'
4
- '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