Skip to content

Commit f07056d

Browse files
committed
fixing timeout error
1 parent e744db8 commit f07056d

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
@@ -29,13 +29,13 @@ addons:
2929
- liblapack-dev
3030

3131
install:
32-
- travis_wait 60 "bin/bootstrap.sh $VIRTUAL_ENV"
32+
- "bin/bootstrap.sh $VIRTUAL_ENV"
3333

3434
script:
3535
- python setup.py test
3636
# - tests/run.sh
3737

3838
notifications:
3939
email:
40-
40+
4141

0 commit comments

Comments
 (0)