Skip to content

Commit

Permalink
use before_install
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 8, 2016
1 parent 9ac0873 commit 4ddaf1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
before_install:
- rvm get latest && rvm reload
after_script:
- ruby -Ilib bin/rake travis:after -t
before_script:
- rvm get latest && rvm reload
- gem install hoe-travis --no-document
- gem install minitest -v '~> 5.0' --no-document
- ruby -Ilib bin/rake travis:before -t
Expand Down

0 comments on commit 4ddaf1a

Please sign in to comment.