Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sudo: false
# update to Xenial in April 2019; Trusty will be EOL, Xenial new minimum supported OS version
dist: trusty
dist: xenial

branches:
only:
Expand All @@ -23,7 +22,6 @@ env:
node_js:
- "10"
- "8"
- "6"

os:
- linux
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ environment:
# Node.js
- nodejs_version: "10"
- nodejs_version: "8"
- nodejs_version: "6"

matrix:
fast_finish: true
Expand Down