remove travis.sh

This commit is contained in:
Benjamin Neff 2015-07-22 00:54:14 +02:00
parent fe3c6b6161
commit 5d1f6ab220
2 changed files with 1 additions and 5 deletions

View file

@ -16,4 +16,4 @@ branches:
before_install: gem install bundler
bundler_args: "--deployment --without development --jobs=3 --retry=3"
script: "./script/ci/travis.sh"
script: bundle exec rake --trace

View file

@ -1,4 +0,0 @@
#!/bin/sh
command="bundle exec rake --trace"
exec $command