Skip to content

Danger CI Removed #638

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,14 @@ env:
## To update: travis encrypt GITHUB_PERSONAL_TOKEN=################################
- secure: "kMxg4WfTwhnYMD7WjYk71vgw7XlShPpANauKzfTL6oawDrpQRkBUai4uQwiL3kXVBuVv9rKKKZxxnyAm05iB5wGasPDhlFA1DPF0IbyU3pwQKlw2Xo5qtHdgxBnbms6JJ9z5b+hHCVg+LXYYeUw5qG01Osg5Ue6j1g2juQQHCod00FNuo3fe8ah/Y10Rem6CigH8ofosCrTvN2w1GaetJwVehRYf8JkPC6vQ+Yk8IIjHn2CaVJALbhuchVblxwH0NXXRen915BVBwWRQtsrvEVMXKu7A8sMHmvPz1u3rhXQfjpF2KeVOfy1ZnyiHcLE2HgAPuAGh4kxZAAA8ovmcaCbv8m64bm72BrQApSbt6OEtR9L1UeUwdEgi54FH1XFOHQ9dA6CpiGCyk3wAJZqO0/PkNYVLfb4gPLvnvBRwYBaPgUPvVNhidFu/oODENZmcf8g9ChtuC1GT70EYlVwhgDGqUY7/USZCEvIPe81UToqtIKgcgA+Is51XindumJVMiqTsjgdqeC/wZcw+y37TAjIvvXbtYxeqIKv9zh1JuZppqUhnf+OhI+HHFaY4iu7lQTs3C0WmoLskZAp9srwRtifnVFFkdYzngmPaSjWyko2qiS0cTdFJQB/ljqmnJdksacbv5OOa0Q4qZef/hW774nVx105FlkAIk70D2b5l2pA="

### === DANGER_GITHUB_API_TOKEN === ###
## To update: travis encrypt DANGER_GITHUB_API_TOKEN=################################
- secure: "T7uFuuOYciFHnz+5C+XhN7yhCc56tyC9a9eaiaZQExEO7UGazkGUU+S9OsJdfktnQuhoKPs+x7tCSDi+HXcEtjPOeKCgCGaC45LDEpeTm4emuRY93wXF9zOmwBMipsKOac/XGYtnrXwnlFLvkJo79TlPMPFNMeSvoubNjZhtc7bIXcsi7BxG89D/k3RPxXotGHy/bKHums7td8McwXrdbUSSLXBzydrzmFuo4b2DLpKmD/BSHkiHAFqxO5GwZQ/FFUdnaFwAkTJnpk6WBTlhfY0FyrmqthFKgdJtsvuFYIarSifyo1+lHo502tBYlinRJ3h8gh56TtgRyD4sqRRCv9JgjjzU378TO3ylmCcVxxvp4Xb0c45I1gLoZPdMUZMuCCrpT73bR/cJi1BNpYxWnKEDmRJpV92hr4QAIvJI4v2m9/lE44kESdKGw9c4P8TxaTtWSf+0w3kbJSJTzhgAJubYRLTQV/lTg/KY6zHBDRq5Mnv3+96XpQQldZbVrrCoiisR5wbdMfIk/1DJkHaYNFVGQy+RT6IG2fuPTSdRuO56NiCcnH6SVqDtGkjVbGynw2/2KlPvi/heuDW/g+OVtkZ0Hcfm+ntJT89GE0CeUPvaactJe11N+UuJo3150fu9zaOLBGtghgQe+u9cwjb4YA4Y/6yJSk0ZzbgxwE5C1Rc="


install:
- pip install -e .[tf_cpu,db,dev,test,doc]

script:
# units test
# https://docs.pytest.org/en/latest/
- pytest

# Only run under the following conditions:
# - Python is version 3.6 => Do not run it 3 three times for each build
# - It is a PR build, not necessary in Push Commits.
# - Make sure the variable `DANGER_GITHUB_API_TOKEN` is defined, when a PR is sent from a fork, encrypted vars are not defined, thus the build would be failing.
- if [ "$TRAVIS_PYTHON_VERSION" == '3.6' ] && [ "$TRAVIS_EVENT_TYPE" = "pull_request" ] && [ "$DANGER_GITHUB_API_TOKEN" ]; then bundle install && bundle exec danger; fi


before_deploy:
- python setup.py sdist
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ To release a new version, please update the changelog as followed:
- `Array_Op_Alphas_Test` and `Array_Op_Alphas_Like_Test` added to test `tensorlayer/array_ops.py` file (by @DEKHTIARJonathan in #580)
- `test_optimizer_amsgrad.py` added to test `AMSGrad` optimizer (by @DEKHTIARJonathan in #636)
- CI Tool:
- Danger CI has been added to enforce the update of the changelog (by @lgarithm and @DEKHTIARJonathan in #563)
- https://github.com/apps/stale/ added to clean stale issues (by @DEKHTIARJonathan in #573)
- Changelog Probot Configuration added (by @DEKHTIARJonathan in #637)
- Layer:
Expand Down
13 changes: 0 additions & 13 deletions Dangerfile

This file was deleted.

8 changes: 0 additions & 8 deletions Gemfile

This file was deleted.