Skip to content

Commit

Permalink
chore(travis): correct node 8 build in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
arobson committed Jul 12, 2017
1 parent 0a3286e commit 819b0cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
package-lock=false
1 change: 1 addition & 0 deletions spec/simple.spec.js
Expand Up @@ -20,6 +20,7 @@ describe('when getting all files', function () {
result.should.eql([
prefix + '/.gitignore',
prefix + '/.npmignore',
prefix + '/.npmrc',
prefix + '/.travis.yml',
prefix + '/CHANGELOG.md',
prefix + '/README.md',
Expand Down

0 comments on commit 819b0cb

Please sign in to comment.