Skip to content

Commit ce67a32

Browse files
committed
Run CI tests on Node 10. Closes #34
1 parent 76a0ef1 commit ce67a32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
2-
node_js: "9"
2+
node_js: "10"
33

44
os:
55
- linux

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ environment:
1616
- ATOM_CHANNEL: beta
1717

1818
install:
19-
- ps: Install-Product node 9
19+
- ps: Install-Product node 10
2020

2121
build_script:
2222
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1'))

0 commit comments

Comments
 (0)