Skip to content

Commit

Permalink
remove unwanted commands from travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvam committed Jul 4, 2019
1 parent 66f43da commit 78c77ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ env:
- DEP_VERSION="0.5.0"
- PATH=/snap/bin:$PATH

services:
- docker
addons:
apt:
update: true
Expand All @@ -23,9 +21,6 @@ addons:

before_install:
- rpmbuild --version
- sudo apt-get update
- sudo apt-get install -y rpm
- rpmbuild --version
- openssl aes-256-cbc -K $encrypted_12c8071d2874_key -iv $encrypted_12c8071d2874_iv
-in snap.login.enc -out snap.login -d
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64
Expand Down

0 comments on commit 78c77ff

Please sign in to comment.