AMD64
Shell
Git
travis-ci/dpl:.travis.yml@92f83c4
language: shell
script:
- git remote rm origin
- git remote add origin https://github.com/travis-ci/dpl.git
- git fetch origin master
- git branch -v -a
- git checkout -b master origin/master
- .travis/trigger -t $TRAVIS_API_TOKEN_2 -b master
- sleep 3
Build Config
{
"language": "shell",
"os": [
"linux"
],
"dist": "xenial",
"script": [
"git remote rm origin",
"git remote add origin https://github.com/travis-ci/dpl.git",
"git fetch origin master",
"git branch -v -a",
"git checkout -b master origin/master",
".travis/trigger -t $TRAVIS_API_TOKEN_2 -b master",
"sleep 3"
]
}