Skip to content

Commit 6e8f9e0

Browse files
fix(travis): fixed node env usage in ci/release process
1 parent 85c5571 commit 6e8f9e0

40 files changed

+84
-76
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@ branches:
1515
only:
1616
- master
1717
- /^dependabot.*$/
18+
before_install:
19+
- export PATH="$HOME/.config/composer/vendor/bin:$PATH"
20+
- export TRAVIS_NODE_VERSION="lts/*"
1821
install:
22+
- rm -rf ~/.nvm
23+
- git clone https://github.com/creationix/nvm.git ~/.nvm
24+
- (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`)
25+
- source ~/.nvm/nvm.sh
26+
- nvm install $TRAVIS_NODE_VERSION
1927
- travis_retry pip install --upgrade pip
2028
- pip -V
2129
- travis_retry pip install --upgrade -r requirements.txt

docs/_build/doctrees/api.doctree

1 Byte
Binary file not shown.
215 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.
1 Byte
Binary file not shown.
2 Bytes
Binary file not shown.
1 Byte
Binary file not shown.
1 Byte
Binary file not shown.
1 Byte
Binary file not shown.
2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)