Skip to content

Commit 32cf373

Browse files
committed
Remove explicit git co
1 parent 80e70dd commit 32cf373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ python:
77

88
before_install:
99
- sudo apt-get update -qq
10-
- git clone --branch=master --depth=100 --quiet git://github.com/mandli/intro-numerical-methods
11-
- git checkout master
10+
# - git clone --branch=master --depth=100 --quiet git://github.com/mandli/intro-numerical-methods
11+
# - git checkout master
1212

1313
install:
1414
- pip install -U pip setuptools # Travis breaks without this

0 commit comments

Comments
 (0)