Skip to content

Commit

Permalink
chore: travis- remove submodule, appveyor- upgrade yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
boopathi committed Jun 1, 2018
1 parent 89fc69d commit 2e0de17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
git:
depth: 10
submodules: false
sudo: false
language: node_js
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -12,7 +12,7 @@ cache:

install:
- ps: Install-Product node $env:nodejs_version x64
- npm install -g yarn@1.6.0
- npm install -g yarn@1.7.0
- set PATH=%APPDATA%\npm;%PATH%
- yarn

Expand Down

0 comments on commit 2e0de17

Please sign in to comment.