diff --git a/.travis.yml b/.travis.yml index c38850885d..27b9eef91c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ before_install: - pyenv global "${PYENV_VERSION}" - pyenv version script: + - make test-gen - make gen-all-cli cargo-api ARGS=test - make cargo-api ARGS=doc - "if [[ $TRAVIS_RUST_VERSION = nightly ]]; then cargo test; fi"