Skip to content

Commit 77ede8f

Browse files
ezyangsoumith
authored andcommitted
.travis.yml cleanup
Signed-off-by: Edward Z. Yang <[email protected]>
1 parent 1e0171f commit 77ede8f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ install:
2323
- ccache --show-stats
2424
- travis_retry pip install --upgrade pip setuptools wheel
2525
- travis_retry pip install -r requirements.txt --only-binary=scipy
26-
- git submodule update --init --recursive -- torch/lib/nanopb
27-
- git submodule update --init --recursive -- torch/lib/gloo
28-
- git submodule update --init --recursive -- torch/lib/pybind11
29-
# Purposely excluded ToffeeIR
26+
- git submodule update --init --recursive
3027
- MAX_JOBS=8 python setup.py install
3128

3229
addons:
@@ -35,8 +32,6 @@ addons:
3532
- ubuntu-toolchain-r-test
3633
packages:
3734
- g++-5
38-
- protobuf-compiler
39-
- libprotobuf-dev
4035

4136
script:
4237
- OMP_NUM_THREADS=2 ./test/run_test.sh

0 commit comments

Comments
 (0)