Skip to content

Commit 4d46511

Browse files
committed
update travis.yml key decrypt argument
1 parent 74ce2c5 commit 4d46511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ env:
99
- secure: "YI+YbTOGf2x4fPMKW+KhJiZWswoXT6xOKGwLfsQsVwmFX1LerJouil5D5iYOQuL4FE3pNaoJSNakIsokJQuGKJMmnPc8rdhMZuBJBk6MRghurE2Xe9qBHfuUBPlfD61nARESm4WDcyMwM0QVYaOKeY6aIpZ91qbUbyc60EEx3C4="
1010
- secure: "TQK2gHh6M3UgVPXgkZvHTBwYwyK6pkBBgNewFY3C5RqAsevkiLiOweTbM5ozHq8qcGalHdQYm4cszX3E8LQrzcDZbBWUXaVrtBtv9DoYIgFAcrf1t/Uy1l9xVUI9lqpdVvFor6Xuw+Uh3gwoqqZFoVxKUxczqddxOS60iLuWOmE="
1111
before_script:
12-
- openssl aes-256-cbc -k "$SERVICE_SECRET" -in tests/certificate.pem.enc -d -a -out tests/certificate.pem
12+
- openssl aes-256-cbc -pass env:SERVICE_SECRET -in tests/certificate.pem.enc -d -a -out tests/certificate.pem
1313
- npm install -g grunt-cli
1414
- curl https://gist.github.com/niklasvh/6150144/raw/sauce_connect_setup.sh | bash

0 commit comments

Comments
 (0)