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 e473d00 commit 5134e75Copy full SHA for 5134e75
.travis/before_install
@@ -18,5 +18,5 @@ which python
18
python setup.py sdist && python setup.py install
19
20
# Install Singularity (development)
21
-cd /tmp && git clone https://github.com/singularityware/singularity.git && cd singularity && ./autogen.sh && ./configure --prefix=/usr/local && make && sudo make install
+cd /tmp && git clone -b vault/release-2.5 https://github.com/singularityware/singularity.git && cd singularity && ./autogen.sh && ./configure --prefix=/usr/local && make && sudo make install
22
0 commit comments