We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6161693 commit 3072d93Copy full SHA for 3072d93
.travis.yml
@@ -1,11 +1,12 @@
1
language: node_js
2
-node_js: "6"
+node_js: "8"
3
4
os:
5
- linux
6
- osx
7
8
sudo: false
9
+dist: trusty
10
11
git:
12
depth: 10
appveyor.yml
@@ -20,7 +20,7 @@ environment:
20
- ATOM_CHANNEL: beta
21
22
install:
23
- - ps: Install-Product node 6
+ - ps: Install-Product node 8
24
25
build_script:
26
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1'))
0 commit comments