Skip to content

Commit 69b57b1

Browse files
committed
fix
1 parent 2a0573c commit 69b57b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ addons:
1515
- g++-4.9
1616
before_install:
1717
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
18-
- $CC --version
19-
- $CXX --version
2018
install:
2119
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp27-cp27mu-linux_x86_64.whl; fi
2220
- if [[ $TRAVIS_PYTHON_VERSION == 3.5 ]]; then pip install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp35-cp35m-linux_x86_64.whl; fi
@@ -25,6 +23,8 @@ install:
2523
- pip install flake8
2624
- pip install codecov
2725
script:
26+
- $CC --version
27+
- $CXX --version
2828
- pycodestyle .
2929
- flake8 .
3030
- python setup.py install

0 commit comments

Comments
 (0)