Message ID | 1484846286-2779-1-git-send-email-christophe.milard@linaro.org |
---|---|
State | Accepted |
Commit | 810fbc9420e23f55e9038410f7f9d6e593537ff3 |
Headers | show |
Merged, Maxim. On 01/19/17 20:18, Christophe Milard wrote: > Signed-off-by: Christophe Milard <christophe.milard@linaro.org> > --- > .travis.yml | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/.travis.yml b/.travis.yml > index 03e61b1..cfa6c3d 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -11,6 +11,18 @@ env: > global: > # COVERITY_SCAN_TOKEN > # ** specific to your project ** > + # Note: > + # You should have a github account and travis linked travis account. > + # The secure key to be filled below is the 685 character long encrypted > + # token you can find as follow from your coverity dashboard > + # (at https://scan.coverity.com/dashboard): > + # Click on the github project (<you>/odp) > + # Click on "submit build" > + # Click on "Configure Travis CI" > + # Look at the COVERITY_SCAN_TOKEN in the env: global: section > + # of the configuration example. > + # copy the secure:<key> below > + # > - secure: "xxxx" > > language: c >
diff --git a/.travis.yml b/.travis.yml index 03e61b1..cfa6c3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,18 @@ env: global: # COVERITY_SCAN_TOKEN # ** specific to your project ** + # Note: + # You should have a github account and travis linked travis account. + # The secure key to be filled below is the 685 character long encrypted + # token you can find as follow from your coverity dashboard + # (at https://scan.coverity.com/dashboard): + # Click on the github project (<you>/odp) + # Click on "submit build" + # Click on "Configure Travis CI" + # Look at the COVERITY_SCAN_TOKEN in the env: global: section + # of the configuration example. + # copy the secure:<key> below + # - secure: "xxxx" language: c
Signed-off-by: Christophe Milard <christophe.milard@linaro.org> --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) -- 2.7.4