Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit ae1a89c

Browse files
committed
gherkin: Fix travis yaml
1 parent 79a1444 commit ae1a89c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ before_install:
2828
script: if [[ "$CC" == "i686-w64-mingw32-gcc" ]] && [[ "$TRAVIS_OS_NAME" == "osx"
2929
]]; then make CC=${CC} cli; else make CC=${CC} ; fi
3030
addons:
31-
artifacts: true
32-
s3_region: "eu-west-2"
31+
artifacts:
32+
s3_region: "eu-west-2"
3333
env:
3434
global:
3535
- ARTIFACTS_PATHS="./bin:./libs"

0 commit comments

Comments
 (0)