Skip to content

Commit

Permalink
more use tests, less verbose shell scripts, display elapsed time
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Jan 16, 2012
1 parent a4a8852 commit 3ac2e04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,5 +3,5 @@ rvm:
- 1.9.2
gemfile: rvm-test/Gemfile
bundler_args: --without long
before_install: bash -ve ./travis/before-rvm-test.sh
script: bash -v ./travis/rvm-test.sh
before_install: bash -e ./travis/before-rvm-test.sh
script: bash ./travis/rvm-test.sh
2 changes: 1 addition & 1 deletion rvm-test
Submodule rvm-test updated from 3f651f to a8bda1
6 changes: 2 additions & 4 deletions travis/rvm-test.sh
@@ -1,6 +1,4 @@
#!/usr/bin/env bash

(
cd rvm-test
ruby bin/run.rb --script batch_scripts/fast --short
)
cd rvm-test
env time -f "# took: %E" ruby bin/run.rb --script batch_scripts/fast --short

0 comments on commit 3ac2e04

Please sign in to comment.