Skip to content

Commit

Permalink
Update CI configs (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilsson committed Jun 28, 2017
1 parent 6161693 commit 3072d93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: node_js
node_js: "6"
node_js: "8"

os:
- linux
- osx

sudo: false
dist: trusty

git:
depth: 10
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ environment:
- ATOM_CHANNEL: beta

install:
- ps: Install-Product node 6
- ps: Install-Product node 8

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

0 comments on commit 3072d93

Please sign in to comment.