We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6629a2 commit 8f660eaCopy full SHA for 8f660ea
.travis.yml
@@ -11,4 +11,16 @@ install:
11
script:
12
- sudo bash run_tests.sh
13
notifications:
14
- email: false
+ email: false
15
+
16
+before_deploy:
17
+ - echo "Build Jarvis package"
18
+ - tar -cvf jarvis_package.tar -T config/package_file_list.txt
19
20
+deploy:
21
+ provider: releases
22
+ skip_cleanup: true
23
+ api_key: $GITHUB_TOKEN
24
+ file: jarvis_package.tar
25
+ on:
26
+ branch: master
config/package_file_list.txt
@@ -0,0 +1,4 @@
1
+src
2
+requirements.txt
3
+run_jarvis.sh
4
+setup.sh
0 commit comments