Skip to content

Commit

Permalink
Run invalid version test quietly on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Sep 20, 2016
1 parent 5780b93 commit 6ff586c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,8 @@ util.packagerTest('fails with invalid version', (t) => {
dir: path.join(__dirname, 'fixtures', 'el-0374'),
version: '0.0.1',
arch: 'x64',
platform: 'linux'
platform: 'linux',
quiet: !!process.env.CI
}
packager(opts, (err, paths) => {
t.equal(undefined, paths, 'no paths returned')
Expand Down

0 comments on commit 6ff586c

Please # to comment.