Skip to content

Commit

Permalink
chore(meta): remove node 0.8 from .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 16, 2014
1 parent 1c90905 commit 938cb18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
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
Expand Down

0 comments on commit 938cb18

Please sign in to comment.