aboutsummaryrefslogtreecommitdiff
path: root/.ci/api-python.sh
Commit message (Collapse)AuthorAge
* test: Use lua to perform sanity API checksThiago de Arruda2014-10-16
| | | | | | | Sanity API checks made by the python-client in the api-python travis target were converted to lua and will now live in this repository. This will simplify performing breaking changes to the API as it won't be necessary to send parallel PRs the python-client.
* main: Rename --embedded-mode and --api-msgpack-metadata optionsThiago de Arruda2014-09-12
| | | | | --embedded-mode -> --embed --api-msgpack-metadata -> --api-info
* Travis: Add subdirectories to dependency paths.Florian Walch2014-09-11
|
* Fix environment variable for triggering embedded testsThiago de Arruda2014-08-29
| | | | | NVIM should be used for all technical identifiers and this was changed in the python-client
* test: Run tests in embedded mode on travisThiago de Arruda2014-08-28
|
* Travis CI: Refactor travis scriptThiago de Arruda2014-08-08
To simplify modification/inclusion of continuous integration targets, this removes travis.sh which contains a big if statement in favor of multiple scripts under the new '.ci' directory.