Skip to content

Commit

Permalink
lookup: skip uglify-js
Browse files Browse the repository at this point in the history
Build is currently broken

```
Error: Cannot find module 'cliui'
```

Will investigate
  • Loading branch information
MylesBorins committed Jan 7, 2017
1 parent 7454dce commit c402cd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
},
"uglify-js": {
"prefix": "v",
"flaky": ["darwin", "aix", "win32"]
"flaky": ["darwin", "aix", "win32"],
"skip": true
},
"jquery": {
"skip": "win32"
Expand Down

0 comments on commit c402cd7

Please sign in to comment.