Skip to content

Commit

Permalink
Removed specific bundle version from script running
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Feb 9, 2018
1 parent a8b3e52 commit 0d2f2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
- bundle _${BUNDLE_VERSION}_ install --with "$GEMSETS" --binstubs

script:
- bundle _${BUNDLE_VERSION}_ exec ./bin/rake spec
- bundle exec ./bin/rake spec

jobs:
include:
Expand Down

0 comments on commit 0d2f2cc

Please sign in to comment.