Skip to content

Commit

Permalink
updating CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Dec 4, 2018
1 parent 27d00d8 commit 0cffe33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ node_js:
- "11"

install:
- npm install -g gulp istanbul
- npm install
- npm install -g -q gulp istanbul &> /dev/null
- npm install -q

script: "gulp coverage-export"

Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ install:
- cmd: powershell Install-Product node $env:nodejs x64
- sh: nvm install $nodejs
- node -p "[process.version,process.arch].join(' ')"
- npm install -g -q gulp
- cmd: npm install -g -q gulp >nul
- sh: npm install -g -q gulp &> /dev/null
- npm install -q --unsafe-perm=true

test_script:
Expand Down

0 comments on commit 0cffe33

Please sign in to comment.