Skip to content

Commit 530690b

Browse files
Fixed typo in .travis.yml.
1 parent 41059ee commit 530690b

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
@@ -5,8 +5,8 @@ script:
55
- python examples/validate.py
66
before_deploy:
77
- python find-latest-schemas.py schemas/ schemas-latest/
8-
- cd tar -zcvf event-types-all.tar.gz schemas/*
9-
- cd tar -zcvf event-types-latest.tar.gz schemas-latest/*
8+
- tar -zcvf event-types-all.tar.gz schemas/*
9+
- tar -zcvf event-types-latest.tar.gz schemas-latest/*
1010
deploy:
1111
provider: releases
1212
api-key:

0 commit comments

Comments
 (0)