Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Ringo committed Jan 27, 2021
1 parent 337e9fc commit f96c7e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ script: cargo test --all

before_deploy: $TRAVIS_BUILD_DIR/.travis/before_deploy.sh
deploy:
#- provider: pages
# github-token: $GITHUB_TOKEN
# local-dir: web/dist
# on:
# branch: master
# condition: $TRAVIS_OS_NAME = linux && $TRAVIS_RUST_VERSION = nightly
# skip-cleanup: true
- provider: releases
api_key: $GITHUB_TOKEN
file: evaltrees-${TRAVIS_OS_NAME}.tar.gz
Expand Down
4 changes: 0 additions & 4 deletions .travis/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@ if [[ -n "$TRAVIS_TAG" ]]; then
loudly cp target/release/evaltrees-cli evaltrees
loudly tar czf "evaltrees-${TRAVIS_OS_NAME}.tar.gz" evaltrees
fi

# if [[ "$TRAVIS_OS_NAME" = linux && "$TRAVIS_RUST_VERSION" = nightly ]]; then
# $(dirname ${BASH_SOURCE[0]})/../web/build.sh
# fi

0 comments on commit f96c7e6

Please sign in to comment.