Skip to content

Commit 05040c0

Browse files
committed
Update infrastructure
1 parent 7d83bd9 commit 05040c0

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ sudo: false
33
dist: trusty
44
os: linux
55
ruby: 2.2.0
6-
before_script:
7-
- pip intall yapf
6+
cache:
7+
- pip
8+
- bundler
9+
install:
810
- bundle install
911
script:
1012
- bundle exec danger

Dangerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ if git.commits.any? { |c| c.message =~ /^Merge branch '#{github.branch_for_base}
1818
fail('Please rebase to get rid of the merge commits in this PR')
1919
end
2020

21-
code_style_validation.check validator: ['yapf'],
22-
file_extensions: ['.py']
21+
code_style_validation.check validator: 'yapf',
22+
file_extensions: ['.py']

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GIT
22
remote: https://github.com/robertodr/danger-code_style_validation.git
3-
revision: c5041a93b0e29957f6a26167164fcd320c88cf8b
3+
revision: de63c3daee20a8611a6216ac35e77327eba5cd50
44
branch: yapf
55
specs:
6-
danger-code_style_validation (0.1.0)
6+
danger-code_style_validation (0.2.0)
77
danger-plugin-api (~> 1.0)
88

99
GEM

0 commit comments

Comments
 (0)