Added secured GH_TOKEN env var.
This commit is contained in:
parent
c5309e96ca
commit
56ef96a3bd
1 changed files with 7 additions and 4 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,6 +1,9 @@
|
|||
language:
|
||||
- c
|
||||
before_script:
|
||||
- sudo apt-get install linuxdoc-tools
|
||||
- c
|
||||
install:
|
||||
- sudo apt-get install linuxdoc-tools
|
||||
script:
|
||||
- make
|
||||
- make
|
||||
env:
|
||||
global:
|
||||
- secure: "h+hoQdEHGPLNwaqGKmSaM8NBRDLc2X+W05VsnNG2Feq/wPv/AiBjONNlzN7jRf6D6f3aoPXaQ2Lc3bYWdxGvFRCmwiofdxkJI9n5L8HPHLZ2lf37MQsXmGJzoTFOvjPLj73H6HlbI9Ux0El3zO6hvalxiXj6TfoZ41dbhNyvpYk="
|
||||
|
|
Loading…
Add table
Reference in a new issue