We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ba141 commit 41059eeCopy full SHA for 41059ee
.travis.yml
@@ -3,13 +3,10 @@ python:
3
- 3.5.1
4
script:
5
- python examples/validate.py
6
-- python find-latest-schemas.py schemas/ schemas-latest/
7
-- cd $TRAVIS_BUILD_DIR/schemas && tar -zcvf ../event-types-all.tar.gz *
8
-- cd $TRAVIS_BUILD_DIR/schemas-latest && tar -zcvf ../event-types-latest.tar.gz *
9
before_deploy:
10
-- ls -al
11
-- cd ..
12
+- python find-latest-schemas.py schemas/ schemas-latest/
+- cd tar -zcvf event-types-all.tar.gz schemas/*
+- cd tar -zcvf event-types-latest.tar.gz schemas-latest/*
13
deploy:
14
provider: releases
15
api-key:
0 commit comments