Skip to content

Commit

Permalink
Cleaned up the travis script, closer to something that has a chance t…
Browse files Browse the repository at this point in the history
…o work.
  • Loading branch information
gga committed Feb 3, 2013
1 parent ce55fcb commit 09c4528
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
language: ruby
rvm: 1.9.3
before_script:
- rm -rf sample/
- rm -rf test/
script:
- bundle exec rake build test
- bundle exec rake test
after_script:
- bin/calatrava create sample --dev
- rvm rvmrc trust sample/
- cd sample
- bin/calatrava create test --dev
- rvm rvmrc trust test/
- cd test
- bundle install
- bundle exec rake bootstrap
- bundle exec rake clean precommit:mw
- bundle exec rake droid:build ios:build web:build
- bundle exec rake kernel:spec
- bundle exec rake web:build

0 comments on commit 09c4528

Please sign in to comment.