Skip to content

Commit

Permalink
don't travis_wait
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Feb 1, 2019
1 parent e4356a6 commit c2570df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install:

script:
- cd Rmagic; R CMD build .
- travis_wait 30 R CMD check *tar.gz
- R CMD check *tar.gz
- cd ../python; pip install -q .[test,doc]
- pip install -q .[test,doc]
- python setup.py test
Expand Down

0 comments on commit c2570df

Please sign in to comment.