Skip to content

Commit d3c4b2b

Browse files
authored
Update .travis.yml
1 parent fcec773 commit d3c4b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ env:
1818
- secure: "HrsaCb+N66EG1HR+LWH1u51SjaJyRwJEDzqJGYMB7LJ/bfqb9mWKF1fLvZGk46W5t7TVaXRDD5KHFx9DPWvKn4gRUVkwTHEy262ah5ORh8M6n/6VVVajeV/AYt2C0sswdkDBDO4Xq+xy5gdw3G8s1A4Inbm73pUh+6vx+7ltBbk="
1919

2020
before_install:
21-
- sudo apt-add-repository -y ppa:ubuntu-toolchain-r/test
21+
- sudo apt-add-repository -y ppa:ubuntu-toolchain-r/test --allow-unauthenticated
2222
- sudo apt-get update -qq
23-
- sudo apt-get install -y cmake valgrind g++-multilib libc6-dbg:i386
23+
- sudo apt-get install -y cmake valgrind g++-multilib libc6-dbg:i386 --allow-unauthenticated
2424

2525
matrix:
2626
include:

0 commit comments

Comments
 (0)