Skip to content

Commit

Permalink
delete bundle and try again
Browse files Browse the repository at this point in the history
  • Loading branch information
dnadeau4 committed Jan 14, 2017
1 parent 32ece66 commit b6ff190
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ install:
- ulimit -a

script:
- bundle exec python run_tests.py
- bundle exec find CMIP6
- bundle exec df -kh ./
- bundle exec ulimit -a
- python run_tests.py
- find CMIP6
- df -kh ./
- ulimit -a

after_failure:
- ulimit -a
- find CMIP6/
- df -kh ./

0 comments on commit b6ff190

Please sign in to comment.