Skip to content

Commit

Permalink
revert: chore(travis): get npm dependencies from npm-bundle-deps
Browse files Browse the repository at this point in the history
This commit was causing some issues with CI testing, so it's being temporarily removed until that's
resolved.

This reverts commit 8881606.
  • Loading branch information
caitp committed Jul 16, 2014
1 parent d2f348b commit 1f23980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ install:
- npm config set spin false
# Log HTTP requests
- npm config set loglevel http
- time ./scripts/travis/fetch_bundle.sh
- time npm install
# Run npm install twice, because it is flaky.
- npm install || npm install

before_script:
- mkdir -p $LOGS_DIR
Expand Down
9 changes: 0 additions & 9 deletions scripts/travis/fetch_bundle.sh

This file was deleted.

0 comments on commit 1f23980

Please sign in to comment.