AMD64
no language set
Git
travis-ci/travis-tests:.travis.yml@332f75e
os: linux
dist: focal
language: ruby
rvm: 2.7.1
branches:
only:
- main
- secure-test
jobs:
include:
- name: '000000000'
script:
- export github_token=ghp_fXXx4XvZXlxx1nLmsXrtYoXXX1xt1c01uF0x
- echo $github_token
- echo github_token=ghp_fXXx4XvZXlxx1nLmsXrtYoXXX1xt1c01uF0x
Build Config
{
"language": "ruby",
"os": [
"linux"
],
"dist": "focal",
"rvm": [
"2.7.1"
],
"branches": {
"only": [
"main",
"secure-test"
]
},
"jobs": {
"include": [
{
"name": "000000000",
"script": [
"export github_token=ghp_fXXx4XvZXlxx1nLmsXrtYoXXX1xt1c01uF0x",
"echo $github_token",
"echo github_token=ghp_fXXx4XvZXlxx1nLmsXrtYoXXX1xt1c01uF0x"
]
}
]
}
}