Skip to content

Commit db405be

Browse files
author
Kazuma TAKAOKA
committed
Fix typo
1 parent 6a46d9f commit db405be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ jdk: oraclejdk8
33
sudo: false
44
before_install:
55
- if [ -n "$encrypted_7726a8800684_key" ]; then openssl aes-256-cbc -K $encrypted_7726a8800684_key -iv $encrypted_7726a8800684_iv -in .travis/settings_codesigning.tar.enc -out .travis/settings_codesigning.tar -d; tar xf .travis/settings_codesigning.tar -C .travis; fi
6-
dd:
76
- if [ -f .travis/codesigning.asc ]; then gpg --fast-import .travis/codesigning.asc; fi
87
install: true
98
script:

0 commit comments

Comments
 (0)