Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
k06a committed Feb 16, 2020
1 parent e9d2e90 commit 8a4ce84
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ script:
rustup target add wasm32-unknown-unknown --toolchain stable;
./build.sh;
cd ../ethrelay/ethashproof;
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
gvm install go1.12
gvm use go1.12 --default
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer);
source /home/travis/.gvm/scripts/gvm;
GOPATH="/home/travis/.gvm/pkgsets/go1.12/global" gvm install go1.12;
GOPATH="/home/travis/.gvm/pkgsets/go1.12/global" gvm use go1.12 --default;
./build.sh;
cd ..;
yarn && yarn run test;
Expand Down

0 comments on commit 8a4ce84

Please sign in to comment.