We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcec773 commit d3c4b2bCopy full SHA for d3c4b2b
.travis.yml
@@ -18,9 +18,9 @@ env:
18
- secure: "HrsaCb+N66EG1HR+LWH1u51SjaJyRwJEDzqJGYMB7LJ/bfqb9mWKF1fLvZGk46W5t7TVaXRDD5KHFx9DPWvKn4gRUVkwTHEy262ah5ORh8M6n/6VVVajeV/AYt2C0sswdkDBDO4Xq+xy5gdw3G8s1A4Inbm73pUh+6vx+7ltBbk="
19
20
before_install:
21
- - sudo apt-add-repository -y ppa:ubuntu-toolchain-r/test
+ - sudo apt-add-repository -y ppa:ubuntu-toolchain-r/test --allow-unauthenticated
22
- sudo apt-get update -qq
23
- - sudo apt-get install -y cmake valgrind g++-multilib libc6-dbg:i386
+ - sudo apt-get install -y cmake valgrind g++-multilib libc6-dbg:i386 --allow-unauthenticated
24
25
matrix:
26
include:
0 commit comments