Skip to content

Commit f8cc4e5

Browse files
committed
Include Percy secrets in travis config.
Percy secrets are included here to enable Percy's GitHub integration on community-submitted PRs.
1 parent 3e2175b commit f8cc4e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ env:
1818
- TEST_DATABASE_URL=postgres://postgres:@localhost/cargo_registry_test
1919
- CARGO_TARGET_DIR=target
2020
- PERCY_PARALLEL_TOTAL=2
21+
# Percy secrets are included here to enable Percy's GitHub integration
22+
# on community-submitted PRs
23+
- PERCY_TOKEN=0d8707a02b19aebbec79bb0bf302b8d2fa95edb33169cfe41b084289596670b1
24+
- PERCY_PROJECT=crates-io/crates.io
2125

2226
before_install:
2327
- nvm install 8

0 commit comments

Comments
 (0)