Commit 14ba864 1 parent 1523cb5 commit 14ba864 Copy full SHA for 14ba864
File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ go get -u github.com/golang/lint/golint
46
46
go get -u golang.org/x/tools/cmd/goimports
47
47
go get -u sourcegraph.com/sqs/goreturns
48
48
go get -u golang.org/x/tools/cmd/gotype
49
- go get -u github.com/kisielk/errcheck
49
+ go get -u github.com/kisielk/errcheck
50
50
51
51
# Ruby commands
52
- bundle install
52
+ bundle install --path=vendor/bundle --binstubs=vendor/bin --jobs=8 --retry=3
53
53
54
54
for dep_version in " ${dep_versions[@]} " ; do
55
55
pyenv install -ks $dep_version
@@ -87,7 +87,7 @@ julia -e "Pkg.add(\"Lint\")"
87
87
sudo luarocks install luacheck --deps-mode=none
88
88
89
89
# Infer commands
90
- if [ ! -e ~ /infer-linux64-v0.7.0/infer/bin ]; then
90
+ if [ ! -e ~ /infer-linux64-v0.7.0/infer/bin ]; then
91
91
wget -nc -O ~ /infer.tar.xz https://github.com/facebook/infer/releases/download/v0.7.0/infer-linux64-v0.7.0.tar.xz
92
92
tar xf ~ /infer.tar.xz -C ~ /
93
93
cd ~ /infer-linux64-v0.7.0
Original file line number Diff line number Diff line change 31
31
node_modules
32
32
* .log
33
33
* .jar
34
+ .bundle
34
35
.vendor
36
+ vendor
35
37
Goopfile.lock
36
38
Gemfile.lock
37
39
.Rhistory
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ dependencies:
3
3
- ~/.pyenv/versions/3.4.3
4
4
- ~/.pyenv/versions/3.5.1
5
5
- ~/coala-bears/node_modules
6
- - ~/.rvm/gems/ruby-2.1.5/gems/
6
+ - ~/coala-bears/.bundle
7
+ - ~/coala-bears/vendor
7
8
- ~/.RLibrary
8
9
- ~/dart-sdk/bin
9
10
- ~/.cabal
@@ -16,6 +17,7 @@ dependencies:
16
17
- ~/hlint_1.9.26-1_amd64.deb
17
18
pre :
18
19
- echo 'export PATH=$PATH:~/coala-bears/node_modules/.bin' >> ~/.circlerc
20
+ - echo 'export PATH=$PATH:~/coala-bears/vendor/bin' >> ~/.circlerc
19
21
- echo 'export LINTR_COMMENT_BOT=false' >> ~/.circlerc
20
22
- echo 'export PATH=$PATH:~/dart-sdk/bin' >> ~/.circlerc
21
23
- echo 'export PATH=$PATH:~/.cabal/bin' >> ~/.circlerc
You can’t perform that action at this time.
0 commit comments