Skip to content

Commit

Permalink
Merge pull request #548 from bastelfreak/travis
Browse files Browse the repository at this point in the history
cleanup travis.sh helper
  • Loading branch information
bastelfreak authored Feb 2, 2019
2 parents 002dde3 + 2aa4cbe commit 56bd6f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
4 changes: 3 additions & 1 deletion moduleroot/.travis.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ addons:
<%- end -%>
<%- end -%>
before_install:
- sh ./.travis/setup.sh
- gem update --system
- gem update bundler
- bundle --version
script:
- 'bundle exec rake $CHECK'
matrix:
Expand Down
12 changes: 0 additions & 12 deletions moduleroot/.travis/setup.sh.erb

This file was deleted.

0 comments on commit 56bd6f8

Please sign in to comment.