Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Remove unused --ignore-script call #40 (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Feb 4, 2020
1 parent 7869c74 commit 64e3f5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ before_install:
- 'npm install -g typescript'
- 'npm install -g vsce'
install:
- 'npm install --ignore-scripts'
- 'npm install'
# https://github.com/travis-ci/travis-ci/issues/8813
- 'rm -f ./node_modules/.bin/which'
Expand Down
1 change: 0 additions & 1 deletion JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ node('rhel7'){
env.PATH="${env.JAVA_HOME}/bin:${env.PATH}"
sh "java -version"

sh "npm install --ignore-scripts"
sh "npm install"
sh "npm run vscode:prepublish"
}
Expand Down

0 comments on commit 64e3f5c

Please sign in to comment.