Skip to content

Commit 24cf2fd

Browse files
authored
Update .travis.yml to docs 0.2
claw's `.travis.yml` was still using `docs` 0.1 API. I've updated it to 0.2, which means removing everything because it's now automated :p
1 parent 79c48da commit 24cf2fd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
language: cpp
22
script:
33
- echo 'There are no tests (yet)'
4-
5-
# Update doc
6-
after_success:
7-
- |
8-
if [[ "$TRAVIS_BRANCH" = master && "$TRAVIS_PULL_REQUEST" = false ]]; then
9-
TRAVIS_REPO_NAME=(${TRAVIS_REPO_SLUG//\// });
10-
wget https://api.raven-os.org/${TRAVIS_REPO_NAME[1]}/$RAVEN_DOCS_TOKEN
11-
fi

0 commit comments

Comments
 (0)