Skip to content

Commit 3072d93

Browse files
authored
Update CI configs (#28)
1 parent 6161693 commit 3072d93

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: node_js
2-
node_js: "6"
2+
node_js: "8"
33

44
os:
55
- linux
66
- osx
77

88
sudo: false
9+
dist: trusty
910

1011
git:
1112
depth: 10

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ environment:
2020
- ATOM_CHANNEL: beta
2121

2222
install:
23-
- ps: Install-Product node 6
23+
- ps: Install-Product node 8
2424

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

0 commit comments

Comments
 (0)