Navigation Menu

Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
chore(gen): update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 8, 2015
1 parent 6e67975 commit 2163dff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
@@ -1,7 +1,6 @@
sudo: false
language: node_js
node_js:
- 'iojs'
- '0.12'
- '0.10'
before_install:
- currentfolder=${PWD##*/}
- if [ "$currentfolder" != 'generator-angular' ]; then cd .. && eval "mv $currentfolder generator-angular" && cd generator-angular; fi

0 comments on commit 2163dff

Please sign in to comment.