get rid of TRAVIS_JOB_NUMBER so stuff can be cached
[m6w6/travis-pecl] / fetch-master.sh
diff --git a/fetch-master.sh b/fetch-master.sh
new file mode 100755 (executable)
index 0000000..1a785e4
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+if test -d php-master; then
+       cd php-master
+       git pull
+else
+       git clone --depth 1 -b master https://github.com/php/php-src php-master 
+       cd php-master
+fi
+
+./buildconf