Skip to content

Commit

Permalink
ci(config): remove RC, add node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed Oct 28, 2019
1 parent e1e319c commit 1a827ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js

node_js:
- "12"
- "10"
- "8"
- "6"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
NODE_VERSION: 8

matrix:
- EXIST_VERSION: 5.0.0-RC1
- EXIST_VERSION: 5.0.0
- EXIST_VERSION: 4.2.1
- EXIST_VERSION: 3.6.1
- EXIST_VERSION: 2.2
Expand Down

0 comments on commit 1a827ba

Please sign in to comment.