Skip to content

Commit

Permalink
Merge branch 'master' into fix-deep-zoom-example
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey authored Jul 27, 2018
2 parents bef846a + 733388b commit ae1a3ca
Show file tree
Hide file tree
Showing 10 changed files with 171 additions and 122 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ install:
# travis moved to "npm ci", but that fails with canvas-prebuilt as it tries
# to install it before node-pre-gyp
- npm install
# Install for the website build
- npm run setup-website

before_script:
- export DISPLAY=:99.0
Expand All @@ -63,6 +65,8 @@ script:
- mkdir _build
- ctest -S cmake/travis_build.cmake -VV || true
- if [ -f _build/test_failed ] ; then false ; fi
# Build the website to ensure that it will pass
- npm run build-website

after_failure:
# Upload test results. First make them smaller with optipng.
Expand All @@ -79,3 +83,11 @@ env:
global:
- secure: JYWs3zJV09uAb7CvX32pADRYTH2XqSGvImNEI6zVFxJxs9r0JsGgyOTz4PPBgs3dv1OjVBXqxu4GD2ZBKeo0Ax13ZnBNVR/BacupBtIwXbxp/FG2lr+WBzE0YnEBhAF/mW5DEkNBWJyLSiBlxYA5QFAAHYwb/GOADl+Z9Qi2FIU=
- secure: on13Ka+3jkLDCXxqzxuT+CY4sPM0Zxfbe9M2F3LE0yhN2ww5vaBKdbTrzEWa0TOlBkM2qQUPAFybjHXfHeRyKpZDlsssjogH8YO5qx4zFRP5ZB9ny39QAqBsfZTuXt2WmOTLEcXkByYXVH8my/8ZqZqofSeBZsZdeauzoLbr0R0=

deploy:
- provider: pages
local-dir: website/public
github-token: $GITHUB_TOKEN
skip-cleanup: true
on:
branch: master
2 changes: 1 addition & 1 deletion docs/users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ list of libraries used by GeoJS.
+---------------------------+------------+---------------------------+
| Library | Version | Component |
+===========================+============+===========================+
| `proj4`_ | 2.3 | Core |
| `proj4`_ | 2.4 | Core |
+---------------------------+------------+---------------------------+
| `GL matrix`_ | 2.1 | Core, GL renderer |
+---------------------------+------------+---------------------------+
Expand Down
Loading

0 comments on commit ae1a3ca

Please sign in to comment.