mustafa
e60b0aa3b8
Use Python3.8
2022-06-30 11:50:17 +03:00
mustafa
b03e577130
Try Jammy image
2022-06-30 11:31:13 +03:00
mustafa
f81ac8f3b4
add apt build-essentials
2022-06-07 20:52:57 +03:00
mustafa
e847c2e6c9
Larger VM and rollback Python -v
2022-06-07 20:51:39 +03:00
mustafa
4950b7ca8d
Clean cache for the ccahe
2022-06-07 20:50:10 +03:00
mustafa
e232b36d94
Add apt build-essential
2022-06-06 23:58:49 +03:00
mustafa
bc00d97282
Try Python3.9 for built-in OpenSSL lib
2022-06-06 20:55:59 +03:00
mustafa ergul
41012335a7
Update .travis.yml
2022-05-11 11:35:03 +03:00
mustafa ergul
d3a8fad51c
Update .travis.yml
...
Choose `language: python` as a workaround
2022-05-11 11:33:57 +03:00
mustafa ergul
d8ade888f3
Update .travis.yml
2022-05-09 15:46:26 +03:00
mustafa ergul
96f95a8df3
Update .travis.yml
...
Workaround from https://github.com/pyenv/pyenv/wiki/Common-build-problems#error-the-python-ssl-extension-was-not-compiled-missing-the-openssl-lib
2022-05-09 15:35:25 +03:00
mustafa ergul
c49b3a57c9
Update .travis.yml
2022-05-06 18:26:33 +03:00
mustafa ergul
413a83f4de
Update .travis.yml
2022-05-06 18:23:40 +03:00
mustafa ergul
c67a1dce90
Update .travis.yml
2022-05-06 17:51:04 +03:00
mustafa ergul
dabf237a94
Update .travis.yml
2022-05-06 17:49:50 +03:00
mustafa ergul
3b507d3de9
Update .travis.yml
2022-05-06 17:42:54 +03:00
mustafa ergul
db6a79ef25
Update .travis.yml
2022-05-06 17:38:27 +03:00
mustafa ergul
6304bf20aa
Update .travis.yml
2022-05-06 17:35:07 +03:00
mustafa ergul
46ba91dc75
Update .travis.yml
...
We need focal and openssl
2022-05-02 14:35:59 +03:00
mustafa ergul
1456ed0314
Update .travis.yml
2022-05-02 14:32:17 +03:00
mustafa ergul
dc1c98334b
Update .travis.yml
2022-05-02 14:21:26 +03:00
mustafa ergul
789f43ffae
Update .travis.yml
...
Try Bionic image
2022-05-02 14:17:38 +03:00
mustafa ergul
66f537a24b
Update .travis.yml
2022-04-29 11:29:10 +03:00
mustafa ergul
f68ea4f0da
Update .travis.yml
2022-04-29 11:20:18 +03:00
mustafa ergul
54d8cec889
Update .travis.yml
2022-04-29 11:13:41 +03:00
Jordan Harband
edb47ffdea
[Tests] update from xenial to focal
...
"cosmic" is the oldest ubuntu distro node 18 supports, and travis-ci jumped straight from bionic to focal.
2022-04-28 12:09:24 -07:00
Jordan Harband
ef3b20c21e
[readme] add logo
2022-04-22 16:53:49 -07:00
Dani Schuhman
01886b4243
[meta] Update CODE_OF_CONDUCT to current version
2022-04-15 10:56:26 -04:00
Jordan Harband
bd083ff367
[readme] minor cleanup
2022-04-11 14:09:37 -07:00
deepakchethan
9e884b8d7b
[Fix] nvm install
: show proper version in .nvmrc
install instructions
2022-03-22 18:58:18 +05:30
Ponder
7d86701067
[readme] fish
: send output from load_nvm
to /dev/stderr
2022-04-01 13:00:58 -04:00
legendecas
c367d7daa0
[Docs] fix fish load_nvm variable interpolations
2022-03-28 23:28:53 +08:00
Antony Tse
d157cac689
[readme] Correct typos in "Macs with M1 chip" section
2022-03-09 09:41:48 +00:00
Jordan Harband
39d9a42c35
[Fix] install.sh
: error out if the install instructions are not followed
2022-02-08 10:40:11 -08:00
Kai
2c0c34f10e
[Docs] HTTP => HTTPS
2022-01-16 14:25:11 +01:00
Jordan Harband
c2f740ab38
[patch] HTTP -> HTTPS
2022-01-18 12:49:57 -08:00
Jordan Harband
6cfaede5a0
[Fix] install
: better error message when xcode command line tools are needed
...
Fixes #2697 . Fixes #2663 .
2021-11-27 22:16:14 -08:00
Luke Arms
1875fe8b40
[Fix] avoid OpenBSD nvm install
error when /sbin/init doesn't exist
...
`nvm install` fails with "Binary download failed, trying source" when
- running on Bash;
- errtrace (`set -E`) is enabled;
- an ERR trap uses `exit` to return a non-zero status; and
- /sbin/init doesn't exist.
Resolved by moving `ls -dl /sbin/init` to the following `if` statement.
In this context, returning non-zero isn't an error and the ERR trap
isn't executed.
2021-12-26 15:31:53 +11:00
Luke Arms
81f0f3ec19
[Fix] set -E
: Add test for node install
on Bash with an ERR trap and set -E
2021-12-27 16:02:25 +11:00
lsfxz
fb4538b360
[Fix] add missing local
(handle nonexisting /sbin/init a bit more cleanly)
2021-11-17 16:59:53 +01:00
Luke LaFountaine
d004c6b064
[readme] clarify instructions for running Node on M1 Mac
2021-12-03 16:52:18 -05:00
Bob Bregant II
79ad72d116
[Fix] Update nvm_extract_tarball
to support OpenBSD
...
Fixes #2660 .
2021-12-19 02:58:18 +00:00
Bob Bregant II
ccd442d833
[Refactor] add nvm_extract_tarball
to consolidate extraction logic
2021-12-19 02:58:18 +00:00
Jordan Harband
9600617c52
v0.39.1
2021-12-17 14:55:52 -08:00
Jordan Harband
5cc74a6736
[Tests] fix failing test
2021-12-17 13:21:29 -08:00
Jordan Harband
aa57406ede
[Fix] ensure unload
removes nvm_normalize_lts
2021-12-17 13:55:14 -08:00
Jordan Harband
0f62be6fdd
[Dev Deps] update markdown-link-check
2021-12-17 12:37:15 -08:00
Jordan Harband
c4c7690dec
[Fix] ls-remote
/install
: support lts/-X
patterns in installs
...
Fixes #2692
2021-12-16 23:01:05 -08:00
Jordan Harband
aed1d732d7
[Fix] ls-remote
/install
: properly handle lts/x
patterns
2021-12-16 22:58:06 -08:00
Jordan Harband
0b4cd8df6c
[Refactor] create nvm_normalize_lts
helper
2021-12-16 22:55:02 -08:00