We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889c8ff commit 15301feCopy full SHA for 15301fe
circle.yml
@@ -1,4 +1,10 @@
1
dependencies:
2
+ pre:
3
+ # Install newer version of Valgrind from custom repo so Test::Nginx's
4
+ # num-callers works: https://github.com/openresty/test-nginx/pull/17
5
+ - sudo add-apt-repository -y ppa:jtaylor/jtaylor
6
+ - sudo apt-get update -q
7
+ - sudo apt-get -y install valgrind
8
cache_directories:
9
- "t/build"
10
- "t/tmp"
0 commit comments