Skip to content

Commit bea623e

Browse files
committed
ci: discontinue usage of Danger
Fix #1600
1 parent 0ec47de commit bea623e

File tree

6 files changed

+4
-703
lines changed

6 files changed

+4
-703
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ before_script:
2020
mkdir -p /tmp/uploads /tmp/preview;
2121
cp src/main/resources/test/test.png /tmp/uploads/1.png;
2222
pip install --user ansible==2.9.2;
23-
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
24-
gem install danger:8.2.2 nokogiri:1.10.10 --no-document;
25-
fi;
2623
elif [ "$SPRING_PROFILES_ACTIVE" = 'postgres' ]; then
2724
psql -U postgres -c 'create database mystamps;';
2825
fi

0 commit comments

Comments
 (0)