Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: node_js
sudo: false

os:
- linux
Expand All @@ -11,13 +10,13 @@ node_js:

# Skip node_js 6 on travis windows workers (as it often fails because
# travis fails to init the node_js 6 environment).
matrix:
jobs:
fast_finish: true

exclude:
- node_js: '10'
os: windows

jobs:
include:
- stage: npm audit and lint github PR title
## Keep this in sync with the last version listed in the node_js property.
Expand Down