Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
export PATH for snap for relevant jobs only
Browse files Browse the repository at this point in the history
  • Loading branch information
CruzMolina committed Apr 22, 2019
1 parent a3828c0 commit 88b16c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ before_install:
- sudo add-apt-repository --yes ppa:ethereum/ethereum
- sudo apt-get update
- sudo apt-get install -y dpkg solc
- export PATH=$PATH:/snap/bin
- npm list -g lerna --depth=0 || npm install -g lerna
- npm install -g yarn

Expand Down
2 changes: 2 additions & 0 deletions scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,15 @@ elif [ "$PACKAGES" = true ]; then

docker pull ethereum/solc:0.4.22
sudo apt-get install -y snapd
export PATH=$PATH:/snap/bin
sudo snap install vyper --beta --devmode
lerna run --scope truffle-* test --stream --concurrency=1

elif [ "$COVERAGE" = true ]; then

docker pull ethereum/solc:0.4.22
sudo apt-get install -y jq snapd
export PATH=$PATH:/snap/bin
sudo snap install vyper --beta --devmode
cd packages/truffle-debugger && npm run test:coverage && \
cd ../../ && nyc lerna run --ignore truffle-debugger test && \
Expand Down

0 comments on commit 88b16c0

Please sign in to comment.