remove travis.sh
This commit is contained in:
parent
fe3c6b6161
commit
5d1f6ab220
2 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
command="bundle exec rake --trace"
|
||||
exec $command
|
||||
Loading…
Reference in a new issue