Skip to content

Commit

Permalink
Fix goreleaser deployment (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ullaakut committed Jun 15, 2019
1 parent 4603096 commit 0738d08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before_install:
- sudo apt-get remove docker docker-engine docker.io
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo apt-get update
- sudo apt-get install -y docker-ce nmap
- sudo apt-get install -y docker-ce nmap libcurl-openssl1.0-dev
- go get github.com/mattn/goveralls
- docker version

Expand Down Expand Up @@ -57,6 +57,7 @@ script:
- cat camera_basic_logs.txt
- cat logs.txt
- grep "Successful attack" logs.txt || exit 1
- git clean -fd

after_success:
# You'll need to run `snapcraft export-login snap.login` and
Expand Down

0 comments on commit 0738d08

Please sign in to comment.