diff --git a/.travis.yml b/.travis.yml index 34115ee..1bb1842 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - - 3.4 + - 3.7 install: - pip install mkdocs==0.16.3 @@ -19,4 +19,4 @@ after_success: | git -c user.name=$GITHUB_MEOWJ_NAME -c user.email=$GITHUB_MEOWJ_EMAIL commit -m "Auto Deployment" git push -f -q https://Meow-J:$GITHUB_API_KEY@github.com/LearnOpenGL-CN/learnopengl-cn.github.io master cd "$TRAVIS_BUILD_DIR" - fi \ No newline at end of file + fi