Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skibz committed Apr 15, 2015
1 parent eaafac1 commit 7649bb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
sudo: required
language: node_js
node_js:
- '0.12'
- '0.11'
- '0.10'
- '0.8'
before_install:
- currentfolder=${PWD##*/}
- if [ "$currentfolder" != 'generator-ionic' ]; then cd .. && eval "mv $currentfolder generator-ionic" && cd generator-ionic; fi
Expand Down

0 comments on commit 7649bb5

Please sign in to comment.