Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-l committed May 18, 2016
1 parent d6d89a8 commit cef336f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,5 +3,6 @@ node_js:
- '0.10'
before_install:
- currentfolder=${PWD##*/}
- npm install yo
- if [ "$currentfolder" != 'generator-restify' ]; then cd .. && eval "mv $currentfolder generator-restify" && cd generator-restify; fi

1 change: 0 additions & 1 deletion test/test-creation.js
Expand Up @@ -24,7 +24,6 @@ describe('restify generator', function () {
'index.js',
'package.json',
'routes/index.js',
'Gruntfile.js',
'.editorconfig'
];

Expand Down

0 comments on commit cef336f

Please sign in to comment.