Skip to content

Commit

Permalink
Merge pull request #1333 from sgrif/sg-dont-use-diesel-1.0.0
Browse files Browse the repository at this point in the history
Don't use Diesel CLI 1.0.0
  • Loading branch information
Turbo87 committed Apr 9, 2018
2 parents a093b70 + 3016e65 commit e612c0f
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 @@ -27,7 +27,7 @@ before_install:
- nvm install 8

install:
- cargo install --force diesel_cli --vers 1.0.0 --no-default-features --features postgres && export PATH=$HOME/.cargo/bin:$PATH
- cargo install --force diesel_cli --vers 1.0.1 --no-default-features --features postgres && export PATH=$HOME/.cargo/bin:$PATH

before_script:
- diesel database setup
Expand Down

0 comments on commit e612c0f

Please sign in to comment.