Skip to content

Commit

Permalink
Remove Node 4 from Travis test as it is flaky.
Browse files Browse the repository at this point in the history
  • Loading branch information
Urthen committed Jan 24, 2019
1 parent 1e2a0fd commit 329d32d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ node_js:
- "10"
- "8"
- "6"
- "4"

os:
- linux
Expand All @@ -16,11 +15,6 @@ env:
- WEBPACK_VERSION=3
- WEBPACK_VERSION=4

matrix:
exclude:
- node_js: "4"
env: WEBPACK_VERSION=4

install:
- npm install
- npm rm webpack
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Michael Pratt
Copyright (c) 2018 Michael Pratt

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 329d32d

Please sign in to comment.