Skip to content

Commit

Permalink
fix travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin King committed Jun 10, 2019
1 parent 05cd45c commit 0737958
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
language: go
git:
submodules: false
before_install:
- sed -i.bak 's/git@github.com:/https:\/\/github.com\//' .gitmodules
- git submodule update --init
- sed -i.bak 's/git@github.com:/https:\/\/github.com\//' sigchain/.gitmodules
- git submodule update --init --recursive
before_script:
- curl https://sh.rustup.rs -sSf | sh -s -- -y
- export PATH=$PATH:$HOME/.cargo/bin/

- curl -L https://github.com/koute/cargo-web/releases/download/0.6.10/cargo-web-x86_64-unknown-linux-gnu.gz | gzip -d > cargo-web
- chmod +x cargo-web
- mkdir -p ~/.cargo/bin
- mv cargo-web ~/.cargo/bin

go:
- stable
script:
Expand Down

0 comments on commit 0737958

Please sign in to comment.