summaryrefslogtreecommitdiff
path: root/config/install.sh
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-23 12:53:19 -0600
committermo khan <mo.khan@gmail.com>2020-05-04 18:20:33 -0600
commitc9915861e3db35719bf33aeed7eb4bbf82298267 (patch)
treefa912674be3b7898bb9e7622286baff980e8e908 /config/install.sh
parent6bd70e9995e70af4fd12e0c6fa55cf0340e22ba9 (diff)
Add tests for js npm projects
* Add tests for js projects with npm-lock.json file * Add specs for project that does not have a package-lock.json * Fix typo in loading fixture file content not path * Remove dev dependencies for expected js test reports * Add spec for using different engine * Add latest nodejs LTS * Cleanup files after install and disable NPM update checks * Install a .curlrc to remove progress meter * Export LOG_LEVEL=debug in dev mode * Update fixture files * Update to latest patch level of nodejs, php, python, ruby * Add CHANGELOG entry * Move prepare_javascript from bash to ruby
Diffstat (limited to 'config/install.sh')
-rw-r--r--config/install.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/config/install.sh b/config/install.sh
index 2fa313c..13167e0 100644
--- a/config/install.sh
+++ b/config/install.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-set -euxo pipefail
+set -euo pipefail
export DEBIAN_FRONTEND=noninteractive
@@ -109,14 +109,19 @@ chmod 777 /tmp
chmod +t /tmp
rm -fr "$ASDF_DATA_DIR/docs" \
- "$ASDF_DATA_DIR"/installs/**/**/share \
"$ASDF_DATA_DIR"/installs/golang/**/go/test \
"$ASDF_DATA_DIR"/installs/java/**/demo \
"$ASDF_DATA_DIR"/installs/java/**/man \
"$ASDF_DATA_DIR"/installs/java/**/sample \
"$ASDF_DATA_DIR"/installs/python/**/lib/**/test \
"$ASDF_DATA_DIR"/installs/ruby/**/lib/ruby/gems/**/cache \
+ "$ASDF_DATA_DIR"/installs/**/**/share \
"$ASDF_DATA_DIR"/test \
+ "$HOME"/.config/configstore/update-notifier-npm.json \
+ "$HOME"/.config/pip/selfcheck.json \
+ "$HOME"/.gem \
+ "$HOME"/.npm \
+ "$HOME"/.wget-hsts \
/etc/apache2/* \
/etc/bash_completion.d/* \
/etc/calendar/* \