Skip to content

Commit

Permalink
Update build scripts for npm5
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed May 30, 2017
1 parent d82a57e commit f69a1c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ branches:
- release-2.3

install:
- npm uninstall typescript
- npm uninstall tslint
- npm uninstall typescript --no-save
- npm uninstall tslint --no-save
- npm install

cache:
Expand Down
6 changes: 3 additions & 3 deletions jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

# Set up NVM
export NVM_DIR="/home/dotnet-bot/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"

nvm install $1

npm uninstall typescript
npm uninstall tslint
npm uninstall typescript --no-save
npm uninstall tslint --no-save
npm install
npm update
npm test

0 comments on commit f69a1c1

Please sign in to comment.