Skip to content

Commit

Permalink
Travis: record some basic information about the build platform
Browse files Browse the repository at this point in the history
The question has come up sometimes about how much memory etc. we have available for Travis builds. Let's just log the relevant resource limits at the top of every build log.
  • Loading branch information
njsmith committed Mar 2, 2013
1 parent b149cd5 commit 1fa4cad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ matrix:
- python: 3.2
env: NPY_SEPARATE_COMPILATION=0
before_install:
- uname -a
- free -m
- df -h
- ulimit -a
- mkdir builds
- pushd builds
- pip install nose
Expand Down

0 comments on commit 1fa4cad

Please sign in to comment.