Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to pass command-line arguments to pyret program #5

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Don't allow unknown arguments if no program

cb22634
Select commit
Loading
Failed to load commit list.
Open

Add ability to pass command-line arguments to pyret program #5

Don't allow unknown arguments if no program
cb22634
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 24, 2023 in 4m 57s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #5 Add ability to pass command-line arguments to pyret program.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Node.js Version 10.6
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "node_js": [
    "10.6"
  ],
  "script": [
    "bash build.sh"
  ],
  "deploy": [
    {
      "provider": "npm",
      "skip_cleanup": true,
      "on": {
        "branch": [
          "release"
        ]
      },
      "email": "[email protected]",
      "api_token": {
        "secure": "L9yBu/F7D9cRF3vskTB62XEjSuDUDzzKBoAlZdKTCyzwE2gOXarYNFeT+/JKw5LXLlQRWIzj+GAN3/qIogKGN08YdaGpOqcIq4R6UYcGnwXJqr+SWifZhNbAgF9e5sVi4p793X2/XLVe5UGh1bhBGVw8l7Xx9LOWHMbK1REYJhVIIXNHrFY1HmPJKOZW3kTiuccwYDRDkO3WwB3TCHm9ne4FCaWi0juWV9BQjFQMWa9eqSyO4PIBdRWymqYYQyOtZqiWeOMdpwAsipAsJtZ7Y6FhM7PoLiKq+8CLqcb9+LHFp0LyLf4erPO9F224bMJkLgRQyO/gi1KZ1BDEdsKeRh+dE/nWFdu5Cz0+GdbsC/UDLW8xljNULTGVset1rWBtgmiPzsDlcA1VdLxeUfQAVQqC+WJH8ZelcWJ/K9unTHSXKyXAYYDFt2vNEl5G1SSfgArgmi/0VF6dAcappHij68H+ct7ci1lgjnfO/NSmTeebzmOdv0kRPo2O8UQEMHvtcI/ClFbyGJOv23FjGlq5e5MyLsX5WCEyBmgMzqzSWeq11/HAbYd706HsRbkhJLyoCl2o1NUmkkDN607lj/mnJEQUmaVr7jlIR/my6vZKmj97xsp9fkjkwPniPcdIfBmACbOpj3T7KmuXVevRhW/lqsJQEjODFIhpefg1M5O+PI4="
      }
    }
  ]
}