Skip to content

Commit 5134e75

Browse files
committed
fixing travel singularity clone repo for auto build
1 parent e473d00 commit 5134e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/before_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ which python
1818
python setup.py sdist && python setup.py install
1919

2020
# 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
21+
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
2222

0 commit comments

Comments
 (0)