Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit dbf5d15

Browse files
author
edunham
committed
Discovering correct syntax by process of elimination
1 parent 2746a56 commit dbf5d15

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
@@ -8,7 +8,7 @@ sudo: false
88
# Cloudfront invalidation: If not PR, decrypt credentials, then run
99
# https://github.com/laurilehmijoki/cf-s3-invalidator if build succeeded
1010
before_install:
11-
- '[[ $TRAVIS_PULL_REQUEST == "false" ]] && openssl aes-256-cbc -K $encrypted_9a099440e1ee_key -iv $encrypted_9a099440e1ee_iv -in _cf_s3_invalidator.yml.enc -out _cf_s3_invalidator.yml -d'
11+
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_9a099440e1ee_key -iv $encrypted_9a099440e1ee_iv -in _cf_s3_invalidator.yml.enc -out _cf_s3_invalidator.yml -d'
1212
install:
1313
- gem install cf-s3-invalidator
1414
- gem install jekyll

0 commit comments

Comments
 (0)