Skip to content

Commit

Permalink
Clean up ordering in file (superficial) #36
Browse files Browse the repository at this point in the history
  • Loading branch information
Tintinnabulate committed Jul 9, 2020
1 parent c7413bb commit 874bce6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ go:
- 1.12.x
env:
- GO111MODULE=on
before_install:
- openssl aes-256-cbc -K $encrypted_3b9f0b9d36d1_key -iv $encrypted_3b9f0b9d36d1_iv
-in secrets.tar.enc -out secrets.tar -d
- tar xvf secrets.tar
install:
- mkdir /tmp/sdk
- curl -o /tmp/sdk.tar.gz "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-258.0.0-linux-x86_64.tar.gz"
Expand All @@ -11,7 +15,3 @@ install:
- go mod download
script:
- make test
before_install:
- openssl aes-256-cbc -K $encrypted_3b9f0b9d36d1_key -iv $encrypted_3b9f0b9d36d1_iv
-in secrets.tar.enc -out secrets.tar -d
- tar xvf secrets.tar

0 comments on commit 874bce6

Please sign in to comment.