Skip to content

Commit

Permalink
Disable failing targets
Browse files Browse the repository at this point in the history
  • Loading branch information
davidje13 committed Mar 28, 2021
1 parent 86ce7e1 commit 6258eb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: node_js
node_js:
- "0.8"
#- "0.8" # not supported by cross-env
- "0.10"
- "0.12"
- "1.8"
- "2.5"
- "3.3"
- "4.9"
- "5.12"
#- "5.12" # problems installing browserify
- "6.17"
- "7.10"
- "8.17"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment:
matrix:
- nodejs_version: "0.8"
#- nodejs_version: "0.8" # not supported by cross-env
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "1.8"
Expand Down

0 comments on commit 6258eb9

Please sign in to comment.