master Use separate constructors for remote and local sources

Push event #19.1 passed

  • Ran for
AMD64
Shell
Git
# FIXME: once go module projects are supported {
# language: go
# go: 1.11.x
# }
language: bash
install:
- curl -sSL -o ~/bin/gimme https://build.travis-ci.com/files/gimme
- chmod +x ~/bin/gimme
- gimme -k &>/dev/null
- gimme 1.11.x >/var/tmp/gimme.out
- source /var/tmp/gimme.out
script: make
Build Config
{
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "script": [
    "make"
  ],
  "install": [
    "curl -sSL -o ~/bin/gimme https://build.travis-ci.com/files/gimme",
    "chmod +x ~/bin/gimme",
    "gimme -k &>/dev/null",
    "gimme 1.11.x >/var/tmp/gimme.out",
    "source /var/tmp/gimme.out"
  ],
  "language": "shell"
}