forked from travis-ci/dpl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtravis.yml
27 lines (21 loc) · 861 Bytes
/
travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
language: shell
script:
- true
before_deploy:
- .travis/providers/github-pages/prepare
deploy:
- provider: pages
token:
# personal access token with repo and user scopes on travis-dpl-test
secure: "Iq437TC76lD2pY5BceuaTqcyHt6Xq8dv+/Or6tkdzwMAltmraPKA6AB7MhQTtMVwqd5rSehNqbglzTcaXU4vk8TEGYxA9VDXD/9+9VWYGMHRh5Ql+huOoVPpW4tF+ZRUpAfogB77XRROvb8TjwI2uyO1byDtq/5jRl9CeQNv5sg="
repo: travis-ci/dpl_test
committer_from_gh: true
local_dir: tmp/dpl_test
keep_history: true
verbose: true
commit_message: |-
commit https://github.com/%{project_name}/commit/$TRAVIS_COMMIT
successfully built and checked by Travis CI build $TRAVIS_BUILD_NUMBER.
see https://travis-ci.org/%{project_name}/builds/$TRAVIS_BUILD_ID for details.
after_deploy:
- .travis/providers/github-pages/test || TRAVIS_TEST_RESULT=$?