diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 01341d44c..000000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -sudo: false - -language: python -python: 3.6 - -cache: - pip: true - -script: - - make it - -deploy: - provider: pages - skip_cleanup: true - github_token: $GITHUB_TOKEN - local_dir: dist - target_branch: master - on: - branch: generator