We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2175b commit f8cc4e5Copy full SHA for f8cc4e5
.travis.yml
@@ -18,6 +18,10 @@ env:
18
- TEST_DATABASE_URL=postgres://postgres:@localhost/cargo_registry_test
19
- CARGO_TARGET_DIR=target
20
- 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
25
26
before_install:
27
- nvm install 8
0 commit comments