Skip to content

Commit 91a7221

Browse files
committed
[travis] testing deploy auto yes
1 parent c531c31 commit 91a7221

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,20 @@ addons:
1818
packages:
1919
- pyqt5-dev-tools
2020

21+
cache:
22+
directories:
23+
- $HOME/.cache/pip
24+
25+
before_cache:
26+
- rm -f $HOME/.cache/pip/log/debug.log
2127

2228
install:
2329
- pip install -r requirements.txt
2430

31+
before_script:
32+
- mkdir build
33+
2534
script:
26-
- pb_tool compile
27-
- pb_tool deploy -p .
35+
- pb_tool deploy -y -p build
2836
- mkdocs build
2937

0 commit comments

Comments
 (0)