Skip to content

Commit df8922c

Browse files
(Travis) don’t keep history; source ws
1 parent 102b70c commit df8922c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ install:
1111

1212
script:
1313
- tue-make python_orocos_kdl # Needs to be build to generate docs
14+
- source ~/.tue/setup.bash # Source the workspace
1415
- tue-make-documentation
1516

1617
before_deploy:
@@ -20,7 +21,7 @@ deploy:
2021
provider: pages
2122
target_branch: gh-pages-test
2223
skip_cleanup: true
23-
keep_history: true
24+
keep_history: false
2425
strategy: git
2526
token: $GITHUB_TOKEN
2627
on:

0 commit comments

Comments
 (0)