#7 from travis-ci/ga-api_endpoint
master Merge pull requestadded custom api/gihub api endpoint
AMD64
Ruby
Git
travis-ci/travis_migrate_to_apps:.travis.yml@eb650e2
sudo: false
language: ruby
script: bundle exec rspec -r spec_helper --color
Build Config
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"sudo": false,
"script": [
"bundle exec rspec -r spec_helper --color"
]
}