Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Jan 12, 2019
1 parent 01b833a commit d78d03f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ sudo: false
language: node_js

node_js:
- '5.0'
- '6.0'
- '7.0'
- '8.0'
- '9.0'
- '10.0'

after_script:
- npm run coveralls
Expand Down
2 changes: 1 addition & 1 deletion test/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ describe('shortbread().stream', () => {

gulp.src(['fixtures/*', 'gulp/gulp.php'], { cwd: __dirname })
.pipe(shortbread.stream(null, null, null, { css: ['\\.scss$'], js: ['\\.jsx$'] }))
.pipe(assert.length(7))
.pipe(assert.length(6))
.pipe(assert.nth(2, assertData))
.pipe(assert.nth(3, assertData))
.pipe(assert.nth(4, assertData))
Expand Down

0 comments on commit d78d03f

Please sign in to comment.