Skip to content

Commit

Permalink
switch dtf => tf
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed May 28, 2012
1 parent c6b60b6 commit bd12420
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
language: ruby
rvm:
- 1.9.3
install: true
install: gem install tf
before_script:
- rvm alias delete default
- hash -r
- ./install
- rvm-smile
- git submodule init
- git submodule update
- gem install dtf
script: dtf --text rvm-test/fast/*
script: tf --text rvm-test/fast/*
notifications:
irc:
channels:
Expand Down
2 changes: 1 addition & 1 deletion HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ to write new tests, see [`rvm-test`'s
README.md](https://github.com/wayneeseguin/rvm-test/blob/master/README.md).
Then run the test:

$ dtf --text rvm-test/fast/foo_comment_test.sh
$ tf --text rvm-test/fast/foo_comment_test.sh

It should fail. Now repeat the following steps until the test passes:

Expand Down
2 changes: 1 addition & 1 deletion rvm-test
Submodule rvm-test updated from 428740 to a85aa4

0 comments on commit bd12420

Please sign in to comment.