Skip to content

Commit 9587464

Browse files
author
justbaileym
committed
Upgrade infer
Closes coala#2931
1 parent 7d21a59 commit 9587464

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.ci/deps.opam.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ set -x
66
.ci/deps.python27.sh
77

88
# Infer commands
9-
if [ ! -e ~/infer-linux64-v0.7.0/infer/bin ]; then
10-
wget -nc -O ~/infer.tar.xz https://github.com/facebook/infer/releases/download/v0.7.0/infer-linux64-v0.7.0.tar.xz
9+
if [ ! -e ~/infer-linux64-v1.1.0/infer/bin ]; then
10+
wget -nc -O ~/infer.tar.xz https://github.com/facebook/infer/releases/download/v1.1.0/infer-linux64-v1.1.0.tar.xz
1111
tar xf ~/infer.tar.xz -C ~/
12-
cd ~/infer-linux64-v0.7.0
12+
cd ~/infer-linux64-v1.1.0
1313
opam init --y
1414
opam update
1515

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ jobs:
555555
language: generic
556556
env:
557557
BEARS="opam"
558-
INFER_VERSION="0.7.0"
558+
INFER_VERSION="1.1.0"
559559
PATH="$PATH:$HOME/infer-linux64-v$INFER_VERSION/infer/bin"
560560
addons:
561561
apt:

0 commit comments

Comments
 (0)