Skip to content

Commit

Permalink
Remove dead stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Nov 28, 2018
1 parent ebab12b commit 7fbffb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -13,12 +13,10 @@ script:

after_success: |+
if [[ "$TRAVIS_SECURE_ENV_VARS" == "true" &&
"$TRAVIS_BRANCH" = "1.8-maintenance" ]]
"$TRAVIS_BRANCH" == "1.8-maintenance" ]]
then
./scripts/ci/after_success.sh $TRAVIS_BUILD_DIR
fi
# - echo "secure travis:" "$TRAVIS_SECURE_ENV_VARS"
# - sh -c 'if test "$TRAVIS_SECURE_ENV_VARS" = "true" -a "$TRAVIS_BRANCH" = "1.8-maintenance"; then echo "publish website"; ./scripts/ci/build_docs.sh; ./scripts/ci/add_deploy_key.sh; ./scripts/ci/deploy_website.sh $TRAVIS_BUILD_DIR/doc/build /tmp; fi'
notifications:
on_success: always
Expand Down
2 changes: 0 additions & 2 deletions scripts/ci/script.sh
Expand Up @@ -36,8 +36,6 @@ git clone https://github.com/PDAL/python.git pdal-python
cd pdal-python
git checkout 2.0.0
python3 setup.py build
echo "current path: " `pwd`
#export PDAL_TEST_DIR=/pdal/_build/test
PDAL_TEST_DIR=/pdal/_build/test python3 setup.py test

for EXAMPLE in writing writing-filter writing-kernel writing-reader writing-writer
Expand Down

0 comments on commit 7fbffb7

Please sign in to comment.