Skip to content

Commit

Permalink
npm 5 test
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jun 6, 2017
1 parent e756441 commit 78a1f18
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3,932 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ sudo: false
dist: trusty
language: node_js
node_js:
- 7
- node
os:
- osx
- linux
matrix:
allow_failures:
- os: osx
cache:
yarn: true
directories:
- ~/.npm
- ~/.electron
Expand All @@ -31,10 +30,9 @@ before_install:
- export PATH=$HOME/.yarn/bin:$PATH
- node --version
- npm --version
- yarn --version
install:
- yarn
- npm i
script:
- yarn run test
- npm test
after_success:
- yarn run dist
- npm dist
41 changes: 0 additions & 41 deletions .yarnclean

This file was deleted.

11 changes: 5 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,19 @@ platform:

cache:
- '%USERPROFILE%\.electron'
- "%LOCALAPPDATA%\\Yarn"
- '%USERPROFILE%\.npm'

install:
- ps: Install-Product node 7 x64
- yarn
- ps: Install-Product node 8 x64
- npm i

test_script:
- node --version
- npm --version
- yarn --version
- yarn run test
- npm test

on_success:
- yarn run dist
- npm run dist

environment:
GH_TOKEN:
Expand Down
Loading

0 comments on commit 78a1f18

Please sign in to comment.