Skip to content

Commit

Permalink
chore: cleanup ci scripts (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored and tivie committed May 7, 2018
1 parent b53f71b commit fc43100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -26,7 +26,6 @@ install:
# install node
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version

# install grunt-cli globally
- npm install -g grunt-cli
# install modules
Expand All @@ -35,6 +34,7 @@ install:
test_script:
# Output useful info for debugging
- node --version && npm --version
- ps: grunt test

# Don't actually build.
build: off
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ node_js:
before_install:
- npm install -g grunt-cli

#travis build speed up
# travis build speed up
sudo: false
cache:
directories:
Expand Down

0 comments on commit fc43100

Please sign in to comment.