Skip to content

Commit

Permalink
Merge pull request #817 from geographika/mapscript-fix
Browse files Browse the repository at this point in the history
Switch to Python MapScript with comments
  • Loading branch information
jmckenna committed May 29, 2023
2 parents 34f72d5 + 65a65b9 commit 62a6df1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -28,12 +28,12 @@ env:
- secure: T5msa8CU0jcIs2m6sgZk48dppJcljWX9LFQlREqxMdW/cpUIpoi1/2Gkg2AE5GqLqiNhz7T/IKzzwnhB61uuIsoYDbT31S6wkUBEtZIUjhfvuqE007sr9r5rSAQsoz8geonmXejVj5c6Q7rjePLONRqZcUsXe7biL27hWP90s1s=

script:
- pip install --index-url https://pypi.org/simple/ mapscript==8.0.1
- pip install --index-url https://test.pypi.org/simple/ mapscript==8.1.0
- "./scripts/travis_build_docs.sh"
after_success:
- echo "$TRAVIS_SECURE_ENV_VARS"
- touch ./build/html/.nojekyll
#- sh -c 'if test "$TRAVIS_SECURE_ENV_VARS" = "true" -a "$TRAVIS_BRANCH" = "main"; then echo "publish website"; ./scripts/travis_add_deploy_key.sh; ./scripts/travis_deploy_website.sh build /tmp; fi'
- sh -c 'if test "$TRAVIS_SECURE_ENV_VARS" = "true" -a "$TRAVIS_BRANCH" = "main"; then echo "publish website"; ./scripts/travis_add_deploy_key.sh; ./scripts/travis_deploy_website.sh build /tmp; fi'
notifications:
irc:
channels:
Expand Down

0 comments on commit 62a6df1

Please sign in to comment.