Skip to content

Commit

Permalink
lol x4
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Li committed May 28, 2020
1 parent 4c6678d commit 2e84e8e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ base_acceptance: &acceptance_default
sudo tar -xzf "volta-$VOLTA_VERSION-linux-openssl-1.0.tar.gz" -C /usr/local/bin
# Running `volta -v` triggers setting up the shims in VOLTA_HOME (otherwise node won't work)
volta -v
# Running `node -v` and `yarn -v` triggers Volta to install the versions set in the project
node -v
yarn -v
- docker ps -a
install:
- yarn install --frozen-lockfile
Expand Down Expand Up @@ -171,6 +174,9 @@ matrix:
sudo tar -xzf "volta-$VOLTA_VERSION-linux-openssl-1.0.tar.gz" -C /usr/local/bin
# Running `volta -v` triggers setting up the shims in VOLTA_HOME (otherwise node won't work)
volta -v
# Running `node -v` and `yarn -v` triggers Volta to install the versions set in the project
node -v
yarn -v
- yarn install --frozen-lockfile

- python: 3.7
Expand Down Expand Up @@ -223,6 +229,9 @@ matrix:
sudo tar -xzf "volta-$VOLTA_VERSION-linux-openssl-1.0.tar.gz" -C /usr/local/bin
# Running `volta -v` triggers setting up the shims in VOLTA_HOME (otherwise node won't work)
volta -v
# Running `node -v` and `yarn -v` triggers Volta to install the versions set in the project
node -v
yarn -v
install:
- yarn install --frozen-lockfile

Expand All @@ -236,6 +245,9 @@ matrix:
sudo tar -xzf "volta-$VOLTA_VERSION-linux-openssl-1.0.tar.gz" -C /usr/local/bin
# Running `volta -v` triggers setting up the shims in VOLTA_HOME (otherwise node won't work)
volta -v
# Running `node -v` and `yarn -v` triggers Volta to install the versions set in the project
node -v
yarn -v
install:
- yarn install --frozen-lockfile

Expand Down

0 comments on commit 2e84e8e

Please sign in to comment.