diff options
| author | Christoph Schlosser <christoph@linux.com> | 2019-06-22 14:34:46 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2019-06-22 15:30:39 +0200 |
| commit | 6aecd0bf004a0ab6e72c93f8b1541dc49db42659 (patch) | |
| tree | d02870b7e58191d37d7683c27abb224e7068d37c | |
| parent | 7ad7fab4de7c8412924d57b6dc93750b3cc895cd (diff) | |
| download | doxdocgen-6aecd0bf004a0ab6e72c93f8b1541dc49db42659.tar.gz | |
Revert "Node8?"
This reverts commit 2baed1e8d8b60d6b756ea6b9e08904999b099015.
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | appveyor.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 8def389..e8d27fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ os: language: node_js node_js: - - "8" + - "6" matrix: include: diff --git a/appveyor.yml b/appveyor.yml index da7c3f5..58bfd6e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ environment: - nodejs_version: "8" + nodejs_version: "6" branches: only: |